-
Notifications
You must be signed in to change notification settings - Fork 5
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 & ESLint 9 support #68
Comments
What exactly is needed here? I was able to use this plugin with flat config with the following config: import editorConfigPlugin from "eslint-plugin-editorconfig";
{
files: ["**/*"],
plugins: {
editorconfig: editorConfigPlugin,
},
rules: {
...editorConfigPlugin.configs.all.rules,
},
}, |
Really? IIRC, I have tested when ESLint was v8, so ESLint might be updated so that legacy .eslintrc-based plugin works. Thanks for the info! |
I quickly tested your config, but unfortunately, it didn't work on my end. |
I'm using it only for the empty line at EOF so maybe that's why it worked for me. |
Priority: High ― Start after #70
The text was updated successfully, but these errors were encountered: