Skip to content

Commit

Permalink
Merge pull request #189 from netlify/fix/import-extensions
Browse files Browse the repository at this point in the history
fix: import/extensions rule
  • Loading branch information
ehmicky authored May 17, 2021
2 parents e5a6ece + c7ccba7 commit aa4c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module.exports = {
},
],

'import/extensions': [2, 'always', { ignorePackages: true }],
'import/extensions': [2, 'never'],
'import/max-dependencies': [2, { max: 20 }],
'import/newline-after-import': 2,
'import/no-amd': 2,
Expand Down

0 comments on commit aa4c601

Please sign in to comment.