Ref: http://eslint.org/docs/rules/keyword-spacing
Saves us time in reviews (avoids nit comments)
This commit is contained in:
Vlad Filippov 2017-04-28 11:37:41 -04:00 коммит произвёл GitHub
Родитель 80252879f1
Коммит 41504c9dd3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,7 @@ module.exports = {
'handle-callback-err': 1,
'indent': [2, 2], // 2 spaces indentation
'key-spacing': 0,
'keyword-spacing': 2,
'new-cap': 0,
'no-cond-assign': [2, 'except-parens'],
'no-debugger': 2,