-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Upgrade Eslint to v9 #204
Upgrade Eslint to v9 #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this.
Please could you remove the old JSON eslint config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 suggestion.
Files not reviewed (1)
- package.json: Language not supported
Comments skipped due to low confidence (2)
eslint.config.js:2
- [nitpick] The import alias 'tseslint' is inconsistent with the package name 'typescript-eslint'. Consider renaming it to 'typescriptEslint' for clarity.
import tseslint from "typescript-eslint";
eslint.config.js:4
- [nitpick] The import alias 'eslintPluginPrettierRecommended' is unnecessarily verbose. Consider renaming it to 'prettierRecommended' for brevity.
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
@MattIPv4 I couldn't pick this up again today, but will look into it this ASAP. I'll use the main website's implementation as basis for the next iteration. |
No worries, and thank you! |
…fig a esmodule file. Clean up eslint command.
87acf47
to
00e0c0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tyvm
FYI if you're interested, alveusgg/data also has an eslint config that needs upgrading ;) |
Hi! Came across the repo and decided to open this :) Upgrades Eslint to v9, maintaining the same configuration while using the new flat config syntax.
Resolves #185, closes #201