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

Update ESLint config to use flat config system #4848

Open
eventualbuddha opened this issue May 13, 2024 · 0 comments
Open

Update ESLint config to use flat config system #4848

eventualbuddha opened this issue May 13, 2024 · 0 comments

Comments

@eventualbuddha
Copy link
Collaborator

eventualbuddha commented May 13, 2024

ESLint changed their configuration system from e.g. .eslintrc.json & .eslintignore to so-called "flat" config in eslint.config.js. The entire project can (and probably should) use a single eslint.config.js file at the root. This change appears to be part of a change to use ES modules to import/export config rather than using strings that magically tell ESLint how to load the code. This is a non-trivial change.

https://eslint.org/blog/2022/08/new-config-system-part-2/

@eventualbuddha eventualbuddha added this to the VxSuite v4.0 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant