diff --git a/.eslintrc.json b/.eslintrc.json index ee3c677854e9..9e6b15d02735 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",