aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 5f6f663..663c295 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -140,6 +140,12 @@
"natural": true
}
],
+ "sort-vars": [
+ "error",
+ {
+ "ignoreCase": false
+ }
+ ],
"valid-jsdoc": [
"off"
]