Skip to content

Commit a4e08b3

Browse files
donni106Julian Kwast
authored and
Julian Kwast
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 0e133db commit a4e08b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .eslintrc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ rules:
5858
import/order:
5959
- error
6060
- newlines-between: always
61-
alphabetize:
62-
order: asc
63-
caseInsensitive: true
6461
react-native/no-unused-styles:
6562
- error
6663
react-native/no-inline-styles:

0 commit comments

Comments
 (0)