examples icon indicating copy to clipboard operation
examples copied to clipboard

`eslint-plugin-simple-import-sort` is disabled

Open marcalexiei opened this issue 3 months ago • 0 comments

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.

marcalexiei avatar Oct 10 '25 01:10 marcalexiei