Bump the npm-development group with 5 updates #12
Annotations
6 errors and 3 warnings
Lint Codebase:
src/check.ts#L7
Array type using 'Array<LogPosition>' is forbidden. Use 'LogPosition[]' instead
|
Lint Codebase:
src/check.ts#L8
Unexpected any. Specify a different type
|
Lint Codebase:
src/check.ts#L11
'check' is already declared in the upper scope on line 5 column 23
|
Lint Codebase:
src/logs.ts#L25
Prefer for...of instead of Array.forEach
|
Lint Codebase:
src/main.ts#L12
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Lint Codebase:
src/main.ts#L13
Unexpected any. Specify a different type
|
Lint Codebase:
.devcontainer/devcontainer.json#L1
File ignored by default.
|
Lint Codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Codebase:
.prettierrc.json#L1
File ignored by default.
|