Skip to content

chore(deps-dev): bump @snapshot-labs/eslint-config #863

chore(deps-dev): bump @snapshot-labs/eslint-config

chore(deps-dev): bump @snapshot-labs/eslint-config #863

Status Failure
Total duration 33s
Artifacts

lint.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint (18) / Lint: src/api.ts#L2
`@snapshot-labs/snapshot-sentry` import should occur before import of `express`
lint (18) / Lint: src/api.ts#L6
`./lib/nftClaimer/mint` import should occur before import of `./lib/votesReport`
lint (18) / Lint: src/api.ts#L7
`./lib/nftClaimer/deploy` import should occur before import of `./lib/votesReport`
lint (18) / Lint: src/api.ts#L8
`./lib/queue` import should occur before import of `./lib/votesReport`
lint (18) / Lint: src/api.ts#L8
Member 'getProgress' of the import declaration should be sorted alphabetically
lint (18) / Lint: src/api.ts#L9
`./lib/nftClaimer/utils` import should occur before import of `./lib/votesReport`
lint (18) / Lint: src/api.ts#L10
`./lib/ai/summary` import should occur before import of `./lib/moderationList`
lint (18) / Lint: src/api.ts#L11
`./lib/ai/textToSpeech` import should occur before import of `./lib/moderationList`
lint (18) / Lint: src/helpers/mysql.ts#L5
`mysql/lib/Connection` import should occur before import of `mysql/lib/Pool`
lint (18) / Lint: src/helpers/mysql.ts#L6
`bluebird` import should occur before import of `mysql`
lint (18) / 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/