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] `no-restricted-paths`: fix grammar #3073

Closed unbeauvoyage closed 1 month ago

unbeauvoyage commented 2 months ago

I came across a minor mistake while reading the rule in the docs and made a quick correction.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 95.40%. Comparing base (ab0941e) to head (6be20df). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3073 +/- ## ========================================== + Coverage 85.49% 95.40% +9.90% ========================================== Files 82 82 Lines 3565 3566 +1 Branches 1245 1246 +1 ========================================== + Hits 3048 3402 +354 + Misses 517 164 -353 ``` | [Flag](https://app.codecov.io/gh/import-js/eslint-plugin-import/pull/3073/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=import-js) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/import-js/eslint-plugin-import/pull/3073/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=import-js) | `95.40% <ø> (+9.90%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=import-js#carryforward-flags-in-the-pull-request-comment) to find out more.

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