summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 14:38:27 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 14:38:27 +0300
commita9f8e8c2e2e00e4088b7e202a68bb051b1c97786 (patch)
tree703283bca338a7be02199e62a0d40f4993cc6be5 /src
parent053bd64fa474f8d390631543c41b936b78354172 (diff)
downloadeslint-config-a9f8e8c2e2e00e4088b7e202a68bb051b1c97786.tar.xz
eslint-config-a9f8e8c2e2e00e4088b7e202a68bb051b1c97786.zip
fix(eslint): Rule "sort-imports"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json2
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",