mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
Make import order an error
This commit is contained in:
parent
db769851ff
commit
bbb2b3fc1c
@ -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"
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user