diff --git a/.ts-eslintrc.json b/.ts-eslintrc.json index bfa02f5..dc4a4e3 100644 --- a/.ts-eslintrc.json +++ b/.ts-eslintrc.json @@ -100,6 +100,7 @@ "no-buffer-constructor": "warn", "no-caller": "warn", "no-console": "warn", + "no-constant-binary-expression": "error", "no-div-regex": "warn", "no-dupe-else-if": "warn", "no-duplicate-imports": "warn",