chore: upgrade eslint to v9.10.0 #75
Annotations
11 errors and 1 warning
|
Run tests:
lib/layer.js#L3
'stringify' is assigned a value but never used
|
Run tests:
lib/layer.js#L22
Use `undefined` instead of `null`
|
Run tests:
lib/layer.js#L120
Prefer `String#replaceAll()` over `String#replace()`
|
Run tests:
lib/layer.js#L123
Use the rest parameters instead of 'arguments'
|
Run tests:
lib/layer.js#L124
Prefer `.at(…)` over `[….length - index]`
|
Run tests:
lib/layer.js#L125
Prefer `.at(…)` over `[….length - index]`
|
Run tests:
lib/layer.js#L199
Unexpected function expression
|
Run tests:
lib/layer.js#L206
Array.prototype.some() expects a value to be returned at the end of arrow function
|
Run tests:
lib/layer.js#L258
Prefer `String#replaceAll()` over `String#replace()`
|
Run tests:
lib/router.js#L129
Unnecessary '.apply()'
|
Run tests:
test/lib/layer.js#L150
Too many nested callbacks (5). Maximum allowed is 4
|
Loading