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

eslint stuck at major version 8 #311

Open
gwhitney opened this issue Apr 23, 2024 · 0 comments
Open

eslint stuck at major version 8 #311

gwhitney opened this issue Apr 23, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file future Not being actively worked on, but might be worked on in the future maintenance Functionality-orthogonal refactoring or code cleanup that needs doing

Comments

@gwhitney
Copy link
Collaborator

In response to #307, I tried to go whole hog and update to the latest eslint 9.1.1. The difficulty is that eslint 9 has a whole new configuration file system called "Flat Configs". It is possible to get eslint to run using the information at: vuejs/eslint-config-typescript#76 and https://www.npmjs.com/package/eslint-config-flat-gitignore. However, our full formatting setup depends on prettier-eslint, which currently just doesn't support Flat Configs, see prettier/prettier-eslint#947. When that issue is resolved, we can try again to move eslint forward.

@gwhitney gwhitney added dependencies Pull requests that update a dependency file maintenance Functionality-orthogonal refactoring or code cleanup that needs doing future Not being actively worked on, but might be worked on in the future labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file future Not being actively worked on, but might be worked on in the future maintenance Functionality-orthogonal refactoring or code cleanup that needs doing
Projects
None yet
Development

No branches or pull requests

1 participant