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

migrating import/default rule to parsers.all function

Open greatsage-raphael opened this issue 2 years ago • 5 comments

Migration of import/default rule to parsers.all function

Closes #2498.

greatsage-raphael avatar Jun 22 '22 14:06 greatsage-raphael

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.

codecov[bot] avatar Jun 22 '22 19:06 codecov[bot]

(I changed the base of this so it's into a "parsers" branch)

ljharb avatar Jun 23 '22 17:06 ljharb

Am I going in the right direction ? @ljharb

greatsage-raphael avatar Jun 23 '22 18:06 greatsage-raphael

Pulling in the parsers.all helper is great :-) but the rule tests haven't been touched yet, and that'd be the important part.

ljharb avatar Jun 23 '22 18:06 ljharb

This is looking great! We're down to a manageable number of failures :-)

ljharb avatar Aug 24 '22 05:08 ljharb