Make import order an error

This commit is contained in:
Bill Thornton 2021-10-07 01:03:28 -04:00
parent db769851ff
commit bbb2b3fc1c

View File

@ -43,7 +43,7 @@
"react-native/no-color-literals": ["error"],
"react-native/no-raw-text": ["error"],
"import/order": ["warn", {
"import/order": ["error", {
"alphabetize": { "order": "asc", "caseInsensitive": true },
"newlines-between": "always-and-inside-groups"
}],