We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f42a4a + b545757 commit 63e4fc4Copy full SHA for 63e4fc4
1 file changed
index.js
@@ -17,7 +17,7 @@ module.exports = {
17
'dot-notation': ['error', {allowPattern: '^[a-z]+(_[a-z]+)+$'}],
18
eqeqeq: 'error',
19
'import/default': 'error',
20
- 'import/extensions': ['error', 'always'],
+ 'import/extensions': ['error', 'always', {ignorePackages: true}],
21
'import/first': 'error',
22
'import/named': 'error',
23
'import/no-duplicates': 'error',
0 commit comments