summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 464897d..0d52951 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -27,6 +27,12 @@
"eqeqeq": [
"error",
"always"
+ ],
+ "prefer-const": [
+ "error",
+ {
+ "destructuring": "all"
+ }
]
}
}