Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit ff73f16

Browse files
Kevin Lackergaearon
Kevin Lacker
authored andcommitted
a bit of lint-relaxing (#44)
1 parent c11b5c2 commit ff73f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/eslint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = {
136136
'no-native-reassign': ERROR,
137137
'no-negated-in-lhs': ERROR,
138138
'no-nested-ternary': WARNING,
139-
'no-new': ERROR,
139+
'no-new': WARNING,
140140
'no-new-func': ERROR,
141141
'no-new-object': ERROR,
142142
'no-new-symbol': ERROR,
@@ -171,7 +171,7 @@ module.exports = {
171171
'no-unsafe-finally': WARNING,
172172
'no-unused-expressions': ERROR,
173173
'no-unused-labels': ERROR,
174-
'no-unused-vars': [ERROR, { vars: 'local', args: 'after-used' }],
174+
'no-unused-vars': [ERROR, { vars: 'local', args: 'none' }],
175175
'no-use-before-define': [ERROR, 'nofunc'],
176176
'no-useless-computed-key': ERROR,
177177
'no-useless-concat': ERROR,

0 commit comments

Comments
 (0)