eslint-plugin-import
eslint-plugin-import copied to clipboard
migrating import/default rule to parsers.all function
Migration of import/default rule to parsers.all function
Closes #2498.
Codecov Report
Merging #2482 (00b5737) into parsers (dd74311) will not change coverage. The diff coverage is
n/a
.
:exclamation: Current head 00b5737 differs from pull request most recent head efa7e9d. Consider uploading reports for the commit efa7e9d to get more accurate results
@@ Coverage Diff @@
## parsers #2482 +/- ##
========================================
Coverage 95.03% 95.03%
========================================
Files 66 66
Lines 2799 2799
Branches 940 940
========================================
Hits 2660 2660
Misses 139 139
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
(I changed the base of this so it's into a "parsers" branch)
Am I going in the right direction ? @ljharb
Pulling in the parsers.all helper is great :-) but the rule tests haven't been touched yet, and that'd be the important part.
This is looking great! We're down to a manageable number of failures :-)