Skip to content

Commit

Permalink
πŸ› disable new-cap
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Dec 31, 2020
1 parent e51b46d commit f139b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const options: Linter.Config = {
'object-curly-spacing': [ 2, 'always' ],
'operator-linebreak': [ 2, 'after' ],
'func-style': 0,
'new-cap': 2,
'new-cap': 0,
'no-var': 2,
'no-labels': 2,
'no-implicit-coercion': 2,
Expand Down

0 comments on commit f139b9e

Please sign in to comment.