Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Configure import/extensions to never allow extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Jan 13, 2020
1 parent b36d8d7 commit f18880d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
ignoreTemplateLiterals: true,
}],
'no-undef': 'off',
'import/extensions': ['error', 'never'],
},
settings: {
'import/resolver': {
Expand Down

0 comments on commit f18880d

Please sign in to comment.