What version of Effect is running?
Not applicable
What steps can reproduce the bug?
I noticed that eslint-plugin-simple-import-sort is currently disabled in all configs:
The plugin offers 2 rules:
Right now only imports is used but is disabled.
What is the expected behavior?
At least one rule of the plugin should be enabled.
What do you see instead?
The plugin is included but no rule is enabled.
Additional information
If this is intended I can open a PR to remove the plugin from dependencies and rules ESLint configurations.
What version of Effect is running?
Not applicable
What steps can reproduce the bug?
I noticed that
eslint-plugin-simple-import-sortis currently disabled in all configs:The plugin offers 2 rules:
importsexportsRight now only
importsis used but is disabled.What is the expected behavior?
At least one rule of the plugin should be enabled.
What do you see instead?
The plugin is included but no rule is enabled.
Additional information
If this is intended I can open a PR to remove the plugin from dependencies and rules ESLint configurations.