diff --git a/.eslintrc.json b/.eslintrc.json index ee3c677854..9e6b15d027 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,7 +21,12 @@ "warn", 5 ], - "new-cap": "off", + "new-cap": [ + "error", + { + "properties": false + } + ], "no-console": "error", "no-mixed-operators": "off", "no-negated-condition": "off",