We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff35b71 commit 2c7810bCopy full SHA for 2c7810b
1 file changed
eslintrc.json
@@ -67,7 +67,7 @@
67
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
68
"keyword-spacing": ["error", { "before": true, "after": true }],
69
"lines-between-class-members": ["error", "always"],
70
- "new-cap": ["error", { "newIsCap": true, "capIsNew": false }],
+ "new-cap": ["error", { "newIsCap": true, "capIsNew": false, "properties": true }],
71
"new-parens": "error",
72
"no-array-constructor": "error",
73
"no-async-promise-executor": "error",
0 commit comments