summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/eslint.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 1647231..69802c3 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -32,7 +32,7 @@
- [ ] "dot-location"
- [ ] "dot-notation"
- [X] "eol-last"
-- [ ] "eqeqeq"
+- [X] "eqeqeq"
- [ ] "for-direction"
- [ ] "func-call-spacing"
- [ ] "func-name-matching"
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",