examples
examples copied to clipboard
`eslint-plugin-simple-import-sort` is disabled
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:
-
imports -
exports
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.