We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df06fd commit b76b919Copy full SHA for b76b919
.eslintrc
@@ -66,6 +66,8 @@ rules:
66
eol-last: 2
67
## no trailing spaces
68
no-trailing-spaces: 2
69
+ # require space after keywords, eg 'for (..)'
70
+ space-after-keywords: 2
71
72
# Strict Mode
73
# list: https://github.com/eslint/eslint/tree/master/docs/rules#strict-mode
0 commit comments