Skip to content

Commit 2c7810b

Browse files
committed
explicitly set new-cap, properties: true
1 parent ff35b71 commit 2c7810b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
6868
"keyword-spacing": ["error", { "before": true, "after": true }],
6969
"lines-between-class-members": ["error", "always"],
70-
"new-cap": ["error", { "newIsCap": true, "capIsNew": false }],
70+
"new-cap": ["error", { "newIsCap": true, "capIsNew": false, "properties": true }],
7171
"new-parens": "error",
7272
"no-array-constructor": "error",
7373
"no-async-promise-executor": "error",

0 commit comments

Comments
 (0)