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

Update `import/extensions` rules in `typescript` config

Open OlivierZal opened this issue 2 years ago • 1 comments

OlivierZal avatar Sep 04 '23 13:09 OlivierZal

Related to https://github.com/import-js/eslint-plugin-import/issues/2853

Successfully tested end-to-end.

OlivierZal avatar Sep 04 '23 13:09 OlivierZal

Codecov Report

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

Project coverage is 94.96%. Comparing base (6b95a02) to head (b87b288). Report is 122 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2875      +/-   ##
==========================================
- Coverage   95.13%   94.96%   -0.17%     
==========================================
  Files          68       68              
  Lines        2959     2962       +3     
  Branches     1035     1035              
==========================================
- Hits         2815     2813       -2     
- Misses        144      149       +5     

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

codecov[bot] avatar Jan 22 '25 06:01 codecov[bot]

@OlivierZal are you no longer interested in completing this PR?

ljharb avatar Jan 22 '25 06:01 ljharb

Hi @ljharb, you're right I should have explained why.

Actually I don't really remember why I needed it 😅 I think it was when I used the airbnb config in a .eslintrc json, but now I customize my config directly in JS.

However I don't think it's a good thing to do anymore since TypeScript 5.7 now allows to use .ts (and equivalent) extensions thanks to this tsconfig option.

OlivierZal avatar Jan 22 '25 08:01 OlivierZal