-
Notifications
You must be signed in to change notification settings - Fork 63
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
Flat config #231
Comments
Sorry, this isn't specific enough. What do you mean by "flat config support"? |
To work as a plugin which can be used as part of the new Flat Config format. Currently, such fields as |
Okay, so what you're talking about is updating the exported configs into flat config format, correct? Please try to be more specific with requests -- I have a lot of issues to go through. :) |
yes, thank you |
Yeaeh They detail : https://eslint.org/docs/latest/use/configure/migration-guide https://eslint.org/blog/2022/08/new-config-system-part-2/ https://eslint.org/blog/2023/10/flat-config-rollout-plans/ So we would like to request you to please update your readme to allow us to install your plugin in a flat config of eslint, since the current readme doesnt work on it!! |
I would also really appreciate instructions on how to set up the plugin for the new ESLint flat config. Many thanks! |
Working on this. |
- Switch recommended config to flat config format - Rename old recommended config to recommended-legacy - Updated documentation - Upgraded ESLint - Updated tests fixes #231
- Switch recommended config to flat config format - Rename old recommended config to recommended-legacy - Updated documentation - Upgraded ESLint - Updated tests fixes #231
* feat!: Switch to flat config - Switch recommended config to flat config format - Rename old recommended config to recommended-legacy - Updated documentation - Upgraded ESLint - Updated tests fixes #231 * Fix linting errors * Update eslint version * Fix lint error * Update ESLint CI installation * Omit Node.js 12 from CI * Remove Node.js 14 from CI * Update README.md Co-authored-by: Milos Djermanovic <[email protected]> * Update README.md Co-authored-by: 唯然 <[email protected]> * Clean up README * Update README.md Co-authored-by: Milos Djermanovic <[email protected]> * Update README.md Co-authored-by: Milos Djermanovic <[email protected]> * Update README.md Co-authored-by: Milos Djermanovic <[email protected]> * Update package.json Co-authored-by: Milos Djermanovic <[email protected]> * Update package.json Co-authored-by: Milos Djermanovic <[email protected]> * Update eslint.config.js Co-authored-by: Milos Djermanovic <[email protected]> * Update eslint.config.js Co-authored-by: Milos Djermanovic <[email protected]> * Update examples/react/eslint.config.js Co-authored-by: Milos Djermanovic <[email protected]> * Update examples/typescript/eslint.config.js Co-authored-by: Milos Djermanovic <[email protected]> * Apply feedback * Update tests/lib/plugin.js Co-authored-by: Milos Djermanovic <[email protected]> --------- Co-authored-by: Milos Djermanovic <[email protected]> Co-authored-by: 唯然 <[email protected]>
Just a request for Flat config support (and ability to stay informed).
The text was updated successfully, but these errors were encountered: