Bump eslint-plugin-import from 2.26.0 to 2.31.0 #1723
GitHub Actions / ESLint
failed
Oct 7, 2024 in 0s
3 errors
ESLint found 3 errors
Annotations
Check failure on line 4 in src\linters\xo.js
github-actions / ESLint
src\linters\xo.js#L4
`./eslint` import should occur before import of `../utils/action` (import/order)
Check failure on line 10 in test\github\api.test.js
github-actions / ESLint
test\github\api.test.js#L10
`./test-constants` import should occur before import of `../../src/github/api` (import/order)
Check failure on line 8 in test\github\context.test.js
github-actions / ESLint
test\github\context.test.js#L8
`../../src/github/context` import should occur after import of `./test-constants` (import/order)
Loading