Skip to content

Commit e3b262b

Browse files
authored
Update index.js
1 parent 88144cf commit e3b262b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'no-empty-pattern': 0,
2929
"no-duplicate-imports": 0,
3030
"import/no-duplicates": 2,
31-
"import/no-commonjs": 2
31+
"import/no-commonjs": 2,
32+
"import/extensions": 0,
3233
}
3334
};

0 commit comments

Comments
 (0)