eslint-plugin-import icon indicating copy to clipboard operation
eslint-plugin-import copied to clipboard

Fix mistakes and clarify docs for no-restricted-paths

Open greim opened this issue 8 months ago • 2 comments

Some of the example paths don't match the file trees given. This also cleans up some of the file tree formatting and clarifies the wording to hopefully avoid confusion.

greim avatar Mar 27 '25 21:03 greim

Codecov Report

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

Project coverage is 95.80%. Comparing base (6e49a58) to head (f82095e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3172      +/-   ##
==========================================
+ Coverage   95.63%   95.80%   +0.16%     
==========================================
  Files          83       83              
  Lines        3690     3691       +1     
  Branches     1333     1334       +1     
==========================================
+ Hits         3529     3536       +7     
+ Misses        161      155       -6     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Mar 27 '25 21:03 codecov[bot]

Can preview in the forked repo: https://github.com/greim/eslint-plugin-import/blob/main/docs/rules/no-restricted-paths.md

greim avatar Mar 28 '25 02:03 greim