import-js / eslint-plugin-import

ESLint plugin with rules that help validate proper imports.
MIT License
5.57k stars 1.57k forks source link

[Docs] order: update the description of the `pathGroupsExcludedImportTypes` option #3036

Closed liby closed 2 months ago

liby commented 3 months ago

See https://github.com/import-js/eslint-plugin-import/pull/2239

PTAL @Mairu

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.84%. Comparing base (09476d7) to head (ca57e3c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3036 +/- ## ========================================== - Coverage 96.02% 95.84% -0.19% ========================================== Files 78 78 Lines 3299 3299 Branches 1160 1160 ========================================== - Hits 3168 3162 -6 - Misses 131 137 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Mairu commented 3 months ago

As written in #2239 LGTM.