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",