summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index df1e4fa..464897d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -23,6 +23,10 @@
"semi": [
"error",
"always"
+ ],
+ "eqeqeq": [
+ "error",
+ "always"
]
}
}