Skip to content

Commit 5642b71

Browse files
committed
Disable import/order eslint rule
1 parent 6a7cf70 commit 5642b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"safe"
2929
],
3030
"import/no-extraneous-dependencies": "off",
31+
"import/order": "off",
3132
"no-underscore-dangle": "off",
3233
"semi": "warn"
3334
}

0 commit comments

Comments
 (0)