From a4e08b34632485ee4ea594340ca6a2e68b8a89f5 Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Mon, 14 Jun 2021 19:50:12 +0200 Subject: [PATCH] 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 https://github.com/codeclimate/codeclimate-eslint/issues/498#issuecomment-860870234 --- .eslintrc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 407e9226f..15fc31968 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -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: