aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 15:08:14 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 15:08:14 +0300
commit257f898e4be76f9d460dde0542bf0ccfd9a9ecca (patch)
tree1e8c8a033913f772ab4fdecf6bf427d24b20df62 /src/rules/eslint.json
parent020e6eabcc0a3b7a16110b37ea821e130d860249 (diff)
downloadeslint-config-257f898e4be76f9d460dde0542bf0ccfd9a9ecca.tar.xz
eslint-config-257f898e4be76f9d460dde0542bf0ccfd9a9ecca.zip
feat(eslint): Rule "eqeqeq"
Signed-off-by: Valentin Popov <info@valentineus.link>
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",