diff options
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r-- | src/rules/eslint.json | 4 |
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", |