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 937add3 commit c33f6a8Copy full SHA for c33f6a8
.eslintrc
@@ -67,8 +67,10 @@ rules:
67
eol-last: 2
68
## no trailing spaces
69
no-trailing-spaces: 2
70
- # require space after keywords, eg 'for (..)'
+ ## require space after keywords, eg 'for (..)'
71
space-after-keywords: 2
72
+ ## no leading/trailing spaces in parens
73
+ space-in-parens: [2, "never"]
74
75
# ECMAScript 6
76
# list: http://eslint.org/docs/rules/#ecmascript-6
0 commit comments