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 221dbf2 commit e9b7661Copy full SHA for e9b7661
.eslintrc.js
@@ -35,7 +35,7 @@ module.exports = {
35
'no-array-constructor': 2,
36
'no-mixed-spaces-and-tabs': 2,
37
'no-new-object': 2,
38
- 'no-trailing-spaces': [2],
+ 'no-trailing-spaces': [1],
39
'one-var': [2, 'never'],
40
'operator-linebreak': [2, 'after'],
41
'quotes': [2, 'single', 'avoid-escape'],
0 commit comments