Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.11.0 #26
Annotations
30 errors
Node 18:
test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
|
Node 18:
test/test.ts#L2
Requires 'eslint-enable' directive for 'no-multi-spaces'
|
Node 18:
test/test.ts#L4
'path' is defined but never used
|
Node 18:
test/test.ts#L4
Prefer `node:path` over `path`
|
Node 18:
test/test.ts#L5
`fs` import should occur before import of `path`
|
Node 18:
test/test.ts#L5
'fs' is defined but never used
|
Node 18:
test/test.ts#L5
Prefer `node:fs` over `fs`
|
Node 18:
test/test.ts#L7
Unable to resolve path to module './missing'
|
Node 18:
test/test.ts#L7
"./missing" is not found
|
Node 18:
test/test.ts#L9
More than 1 blank line not allowed
|
Node 21:
test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
|
Node 21:
test/test.ts#L2
Requires 'eslint-enable' directive for 'no-multi-spaces'
|
Node 21:
test/test.ts#L4
'path' is defined but never used
|
Node 21:
test/test.ts#L4
Prefer `node:path` over `path`
|
Node 21:
test/test.ts#L5
`fs` import should occur before import of `path`
|
Node 21:
test/test.ts#L5
'fs' is defined but never used
|
Node 21:
test/test.ts#L5
Prefer `node:fs` over `fs`
|
Node 21:
test/test.ts#L7
Unable to resolve path to module './missing'
|
Node 21:
test/test.ts#L7
"./missing" is not found
|
Node 21:
test/test.ts#L9
More than 1 blank line not allowed
|
Node 20:
test/test.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
|
Node 20:
test/test.ts#L2
Requires 'eslint-enable' directive for 'no-multi-spaces'
|
Node 20:
test/test.ts#L4
'path' is defined but never used
|
Node 20:
test/test.ts#L4
Prefer `node:path` over `path`
|
Node 20:
test/test.ts#L5
`fs` import should occur before import of `path`
|
Node 20:
test/test.ts#L5
'fs' is defined but never used
|
Node 20:
test/test.ts#L5
Prefer `node:fs` over `fs`
|
Node 20:
test/test.ts#L7
Unable to resolve path to module './missing'
|
Node 20:
test/test.ts#L7
"./missing" is not found
|
Node 20:
test/test.ts#L9
More than 1 blank line not allowed
|