phanect / eslint-plugin-editorconfig

An ESLint plugin to enforce EditorConfig rules
MIT License
36 stars 5 forks source link

"conflict" config? #94

Open ljharb opened 3 months ago

ljharb commented 3 months ago

I'd like a config I can extend that always has all rules of this plugin, but doesn't disable anything - i want to keep the existing rules enabled, and ensure that they remain compatible with editorconfig.

phanect commented 3 months ago

Oh, so you use this plugin to ensure .editorconfig follows your ESLint config by the built-in rules or rules from @eslint-stylistic? That's not an expected use case of this plugin, but the PR is still welcome :+1:

However, please allow time to release it because I need to fix the test which does not pass currently.

In fact, I've been trying to migrate to Biome recently because I couldn't adapt my personal eslint-config to FlatConfig and it is now unmaintainable. Therefore, I'm considering to deprecate this plugin. I'm still considering getting back to ESLint because Biome does not support Astro and Vue so well yet, but anyway, I'm not sure if I can spend so much time on this project... :bow:

ljharb commented 3 months ago

I don't use it yet, but that is my intended use case of the plugin :-)

I'll still use it with eslintrc for a long time, especially if the peer deps can allow eslint 8.8.

Thanks in advance!