chore: ignore all dist #128
Annotations
10 errors and 10 warnings
build:
config/default/logger.js#L5
Requires 'eslint-enable' directive for '@typescript-eslint/no-require-imports'
|
build:
config/default/logger.js#L5
Requires 'eslint-enable' directive for '@typescript-eslint/no-var-requires'
|
build:
config/default/logger.js#L27
Unsafe assignment of an `any` value
|
build:
config/default/logger.js#L33
Unsafe assignment of an `any` value
|
build:
config/default/logger.js#L33
Unsafe call of an `any` typed value
|
build:
config/default/logger.js#L33
Unsafe member access .split on an `any` value
|
build:
config/default/logger.js#L36
Unsafe assignment of an `any` value
|
build:
config/default/logger.js#L36
Computed name [step] resolves to an any value
|
build:
config/index.js#L5
Requires 'eslint-enable' directive for '@typescript-eslint/no-require-imports'
|
build:
config/index.js#L5
Requires 'eslint-enable' directive for '@typescript-eslint/no-var-requires'
|
build:
packages/admin/src/components/attachment-card.vue#L21
Prop 'attachment' requires default value to be set
|
build:
packages/admin/src/pages/article/create.vue#L158
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build:
packages/admin/src/pages/article/create.vue#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build:
packages/admin/src/pages/article/create.vue#L166
No magic number: 200
|
build:
packages/admin/src/pages/article/create.vue#L172
No magic number: 200
|
build:
packages/admin/src/pages/article/create.vue#L195
No magic number: 201
|
build:
packages/admin/src/pages/article/create.vue#L195
No magic number: 200
|
build:
packages/admin/src/pages/article/create.vue#L200
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
build:
packages/admin/src/pages/article/create.vue#L212
No magic number: 201
|
build:
packages/admin/src/pages/article/create.vue#L212
No magic number: 200
|