chore(deps-dev): bump @snapshot-labs/eslint-config #235
Annotations
10 errors and 1 warning
lint / Lint:
src/api.ts#L1
`express` import should occur after import of `@snapshot-labs/snapshot-sentry`
|
lint / Lint:
src/api.ts#L3
`@snapshot-labs/snapshot.js` import should occur after import of `@snapshot-labs/snapshot-sentry`
|
lint / Lint:
src/api.ts#L6
`./utils` import should occur after import of `./constants.json`
|
lint / Lint:
src/api.ts#L7
`./mysql` import should occur after import of `./constants.json`
|
lint / Lint:
src/check.ts#L3
`./mysql` import should occur before import of `./utils`
|
lint / Lint:
src/check.ts#L5
`./constants.json` import should occur before import of `./utils`
|
lint / Lint:
src/check.ts#L6
`./metrics` import should occur before import of `./utils`
|
lint / Lint:
src/check.ts#L7
`@snapshot-labs/snapshot-sentry` import should occur before import of `@snapshot-labs/snapshot.js`
|
lint / Lint:
src/index.ts#L3
`body-parser` import should occur before import of `express`
|
lint / Lint:
src/index.ts#L4
`cors` import should occur before import of `express`
|
lint / Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|