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] `dynamic-import-chunkname`: fix typo in usage of the rule #3102

Closed yurimikushov closed 6 days ago

yurimikushov commented 1 week ago

when setting up the rule in my app, I found out that there is a typo in the usage example of the dynamic-import-chunkname rule

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 95.28%. Comparing base (ac7d396) to head (a20d843). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3102 +/- ## ========================================== + Coverage 95.17% 95.28% +0.11% ========================================== Files 83 83 Lines 3583 3584 +1 Branches 1251 1252 +1 ========================================== + Hits 3410 3415 +5 + Misses 173 169 -4 ```

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