Skip to content

Commit f3f6463

Browse files
committed
Removes import order rule, caused too much errors
1 parent a37c213 commit f3f6463

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.eslintrc.json

-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
"extends": "next/core-web-vitals",
33
"rules": {
44
"react-hooks/exhaustive-deps": "off",
5-
"import/order": [
6-
"error",
7-
{
8-
"groups": ["builtin", "external", "parent", "sibling", "index"],
9-
"alphabetize": {
10-
"order": "asc"
11-
},
12-
"newlines-between": "always"
13-
}
14-
],
155
"sort-imports": [
166
"error",
177
{

0 commit comments

Comments
 (0)