chore: bump @freaktechnik/eslint-config-node from 10.0.10 to 10.1.0 #948
Annotations
2 errors and 10 warnings
test:
test/_mock-loader-environment.mjs#L1
The filename "_mock-loader-environment.mjs" does not match the "+([a-z0-9-.])" pattern
|
test
Process completed with exit code 1.
|
test:
src/index.mjs#L72
Combine this with the previous 'const' statement
|
test:
src/index.mjs#L87
Found writeFile from package "node:fs" with non literal argument at index 0
|
test:
src/index.mjs#L103
Expected to return a value at the end of function
|
test:
src/index.mjs#L111
Each then() should return a value or throw
|
test:
src/index.mjs#L112
Avoid calling back inside of a promise
|
test:
src/index.mjs#L112
Use `undefined` instead of `null`
|
test:
src/index.mjs#L116
Avoid calling back inside of a promise
|
test:
src/index.mjs#L116
Use `undefined` instead of `null`
|
test:
src/lib/api.mjs#L52
Expected to return a value at the end of async function 'getResource'
|
test:
src/lib/api.mjs#L103
Combine this with the previous 'const' statement
|