Skip to content

Commit 6e8af3b

Browse files
committed
chore: disable rule that fails on windows
1 parent 7559391 commit 6e8af3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"import/no-dynamic-require": "off",
100100
"import/no-import-module-exports": "off",
101101
"import/no-unassigned-import": "off",
102+
"import/extensions": "off",
102103
"no-console": "off",
103104
"no-nested-ternary": "off",
104105
"no-useless-catch": "off"

0 commit comments

Comments
 (0)