From d57755e4861a1b8069fea5520aad9015378736f4 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 26 Feb 2020 08:09:30 +0900 Subject: [PATCH] * update sort-imports --- .eslintrc.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index a113343..1f6bef9 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -255,7 +255,10 @@ rules: # https://eslint.org/docs/rules/ semi-style: - error - last - sort-imports: 'off' + sort-imports: + - error + - ignoreCase: false + ignoreDeclarationSort: true sort-keys: 'off' sort-vars: error space-before-blocks: error