Skip to content

Commit

Permalink
style(import sorting): remove alphabetize rule
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
donni106 authored and Julian Kwast committed Jun 22, 2021
1 parent 0e133db commit a4e08b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ rules:
import/order:
- error
- newlines-between: always
alphabetize:
order: asc
caseInsensitive: true
react-native/no-unused-styles:
- error
react-native/no-inline-styles:
Expand Down

0 comments on commit a4e08b3

Please sign in to comment.