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

Use new code formatting approach since ESLint deprecated all formatting rules #380

Open
chrismayer opened this issue Apr 19, 2024 · 0 comments
Labels
dependecy upgrade Upgrade of a code dependency

Comments

@chrismayer
Copy link
Collaborator

Since V8.53, ESLint team decided to deprecate all formatting rules. More info can be found on this official announcement.
To keep it simple, those rules will stay at least in version 9 of ESLint but will not receive any updates anymore. Those rules should be abandoned in favor of a code formatter OR replaced by the rules defined in [@stylistic/eslint-plugin-js](https://eslint.style/packages/js). This package contains all the deprecated rules and will be maintained. However, as our main dependencies (eslint-plugin-vue and eslint-config-standard) don't make use of those rules yet, it is better to wait before making the transition on our side...

This issue is derived from #377 and the text above was initially provided by @sronveaux .

@chrismayer chrismayer added the dependecy upgrade Upgrade of a code dependency label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependecy upgrade Upgrade of a code dependency
Projects
None yet
Development

No branches or pull requests

1 participant