Closed ashur closed 2 years ago
This PR adds the simple-import-sort plugin and simple-import-sort/imports rule as an error.
simple-import-sort
simple-import-sort/imports
error
This plugin only supports ESM import statements.
import
Projects that use CJS-style require statements should disable this rule (and, optionally, use a require-friendly plugin instead).
require
This would introduce a new build-breaking error state, which may be a candidate for a major version bump
Nice, Thank you!
Summary
This PR adds the
simple-import-sort
plugin andsimple-import-sort/imports
rule as anerror
.Usage
This plugin only supports ESM
import
statements.Projects that use CJS-style
require
statements should disable this rule (and, optionally, use arequire
-friendly plugin instead).Tasks
Reviewer Notes
This would introduce a new build-breaking
error
state, which may be a candidate for a major version bump