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

[Develop] Upgrade Linter System #5129

Open
nathanlesage opened this issue May 1, 2024 · 0 comments
Open

[Develop] Upgrade Linter System #5129

nathanlesage opened this issue May 1, 2024 · 0 comments

Comments

@nathanlesage
Copy link
Member

Starting with version 9, ESLint has completely removed the previous .eslintrc.json file format and instead switched to what they call a "flat" file format that at least on the outset doesn't feel very flat.

Anyhow, since the linters in VS Code and ESLint somehow seemed to have diverged over the years anyhow, I decided that it's a good idea to do a full revamp of the linter system to fix the following issues:

  1. Differences in how VS Code/TSLint and ESLint (via yarn lint) interpret rules
  2. What rules are even used? Should we change something (there are a ton of linter warnings still)?
  3. Does the setup of using VS Code with TSLint and ESLint on the continuous integration pipeline even make sense?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant