We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This includes many breaking changes. The biggest one is the change from .eslintrc to a flat config file (eslint.config.js).
Also all the plugins that are used need to support eslint v9 as well.
Known Missing Support on May, 8th:
v9
Blog: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
There is a branch where I started with a refactoring:
feature/374_eslint-update
Weiters:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This includes many breaking changes. The biggest one is the change from .eslintrc to a flat config file (eslint.config.js).
Also all the plugins that are used need to support eslint v9 as well.
Known Missing Support on May, 8th:
v9
vuejs/eslint-config-typescript#76Blog: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
There is a branch where I started with a refactoring:
feature/374_eslint-update
Weiters:
The text was updated successfully, but these errors were encountered: