summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index ac29da4..8363b48 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -7,6 +7,10 @@
"error",
"always"
],
+ "eqeqeq": [
+ "error",
+ "always"
+ ],
"indent": [
"error",
"tab",