Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TypeScript linter error causing CI failure #350

Open
mjambon opened this issue Sep 8, 2023 · 0 comments
Open

Fix TypeScript linter error causing CI failure #350

mjambon opened this issue Sep 8, 2023 · 0 comments
Labels
bug good first time issue maintenance Maintenance task such as upgrading an aging component

Comments

@mjambon
Copy link
Collaborator

mjambon commented Sep 8, 2023

See https://app.circleci.com/pipelines/github/ahrefs/atd/266/workflows/e4071167-ef8b-44e4-8a97-5f617d7926d1/jobs/502

npm run lint

> lint
> tslint --project tsconfig.json && eslint *.ts


/home/opam/atd/atdts/test/ts-tests/everything.ts
  12:1  error  Do not use "@ts-nocheck" because it alters compilation errors  @typescript-eslint/ban-ts-comment

✖ 1 problem (1 error, 0 warnings)
@mjambon mjambon added bug good first time issue maintenance Maintenance task such as upgrading an aging component labels Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first time issue maintenance Maintenance task such as upgrading an aging component
Projects
None yet
Development

No branches or pull requests

1 participant