Skip to content

Commit

Permalink
Enforce the use of extensions for all import statements except packag…
Browse files Browse the repository at this point in the history
…e imports
  • Loading branch information
screendriver committed Jan 15, 2024
1 parent 12d1afb commit 273adce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export const baseConfig = {
'import/export': 'error',
'import/extensions': [
'error',
'ignorePackages',
{
js: 'always',
jsx: 'always',
Expand Down

0 comments on commit 273adce

Please sign in to comment.