Skip to content

Commit acfd5b0

Browse files
committed
Add import member sorting rule to lint
1 parent 0a2e293 commit acfd5b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
"error",
123123
"never"
124124
],
125-
"react/jsx-wrap-multilines": 2
125+
"react/jsx-wrap-multilines": 2,
126+
"sort-imports": [2, {
127+
"ignoreDeclarationSort": true
128+
}]
126129
}
127130
}

0 commit comments

Comments
 (0)