Skip to content

Commit d24333c

Browse files
committed
style(import sorting): remove alphabetize rule
- removed `alphabetize` rule because codeclimate-eslint channel "eslint-7" is bundling an older version, that does not support it - see codeclimate/codeclimate-eslint#498 (comment)
1 parent 52d941d commit d24333c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.eslintrc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ rules:
5656
import/order:
5757
- error
5858
- newlines-between: always
59-
alphabetize:
60-
order: asc
61-
caseInsensitive: true
6259
react-native/no-unused-styles:
6360
- error
6461
react-native/no-inline-styles:

0 commit comments

Comments
 (0)