-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to use alternate source for formatting rules. #17
Labels
enhancement
New feature or request
Comments
I have a branch ready and am just waiting for |
duhrer
pushed a commit
to duhrer/eslint-config-fluid
that referenced
this issue
Nov 4, 2023
duhrer
pushed a commit
to duhrer/eslint-config-fluid
that referenced
this issue
Nov 4, 2023
…r formatting rules.
duhrer
pushed a commit
to duhrer/eslint-config-fluid
that referenced
this issue
Nov 6, 2023
duhrer
pushed a commit
to duhrer/eslint-config-fluid
that referenced
this issue
Nov 9, 2023
…will be ahead of the last full release version.
amb26
added a commit
that referenced
this issue
Jan 12, 2024
Update to use ESLint without formatting rules and plugin with them.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ESLint is deprecating formatting rules in their core code as of today.
We need to update our core config to rely on the "lifeboat"
@stylistic/eslint-plugin-js
plugin that preserves these rules.As far as I can see, this will mainly involve adding the plugin to our config and prefixing the existing rule configurations.
The text was updated successfully, but these errors were encountered: