-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for ESLint Flat Config #15
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.
Should the eslint config file also be changed for this repo?
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.
Make sure to change all [.eslintrc.js](https://github.com/Mojang/minecraft-scripting-libraries/blob/main/libraries/math/.eslintrc.js)
files in this repo to the flat format as well
Done, updated all projects to use flat 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.
Minor comment, let me know when you want me to merge.
Description
Adding support to
coreLint
task for ESLint Flat Config files.With this change all these ESLint config files are supported:
.eslintrc.js
eslint.config.js
,eslint.config.mjs
,eslint.config.cjs