Skip to content

Commit c33f6a8

Browse files
silverwindevanlucas
authored andcommitted
1 parent 937add3 commit c33f6a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ rules:
6767
eol-last: 2
6868
## no trailing spaces
6969
no-trailing-spaces: 2
70-
# require space after keywords, eg 'for (..)'
70+
## require space after keywords, eg 'for (..)'
7171
space-after-keywords: 2
72+
## no leading/trailing spaces in parens
73+
space-in-parens: [2, "never"]
7274

7375
# ECMAScript 6
7476
# list: http://eslint.org/docs/rules/#ecmascript-6

0 commit comments

Comments
 (0)