We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88144cf commit e3b262bCopy full SHA for e3b262b
index.js
@@ -28,6 +28,7 @@ module.exports = {
28
'no-empty-pattern': 0,
29
"no-duplicate-imports": 0,
30
"import/no-duplicates": 2,
31
- "import/no-commonjs": 2
+ "import/no-commonjs": 2,
32
+ "import/extensions": 0,
33
}
34
};
0 commit comments