Skip to content

Commit

Permalink
explicitly set new-cap, properties: true
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 13, 2019
1 parent ff35b71 commit 2c7810b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -67,7 +67,7 @@
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
"keyword-spacing": ["error", { "before": true, "after": true }],
"lines-between-class-members": ["error", "always"],
"new-cap": ["error", { "newIsCap": true, "capIsNew": false }],
"new-cap": ["error", { "newIsCap": true, "capIsNew": false, "properties": true }],
"new-parens": "error",
"no-array-constructor": "error",
"no-async-promise-executor": "error",
Expand Down

0 comments on commit 2c7810b

Please sign in to comment.