diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 14:38:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 14:38:27 +0300 |
commit | a9f8e8c2e2e00e4088b7e202a68bb051b1c97786 (patch) | |
tree | 703283bca338a7be02199e62a0d40f4993cc6be5 | |
parent | 053bd64fa474f8d390631543c41b936b78354172 (diff) | |
download | eslint-config-a9f8e8c2e2e00e4088b7e202a68bb051b1c97786.tar.xz eslint-config-a9f8e8c2e2e00e4088b7e202a68bb051b1c97786.zip |
fix(eslint): Rule "sort-imports"
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | src/rules/eslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 500c670..b099b16 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -103,7 +103,7 @@ "error", { "ignoreCase": false, - "ignoreDeclarationSort": false, + "ignoreDeclarationSort": true, "ignoreMemberSort": false, "memberSyntaxSortOrder": [ "all", |