Skip to content

Commit

Permalink
fix: set import/extensions to always
Browse files Browse the repository at this point in the history
  • Loading branch information
AyAyEm committed Nov 26, 2022
1 parent d7b7224 commit e666805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm.js
Expand Up @@ -2,7 +2,7 @@

module.exports = {
rules: {
'import/extensions': 0,
'import/extensions': ['error', 'always'],
},
extends: ['@wfcd'],
parser: '@babel/eslint-parser',
Expand Down

0 comments on commit e666805

Please sign in to comment.