Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update keyword-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jun 2, 2017
1 parent d7a198d commit e24704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -200,7 +200,7 @@ module.exports = {
// Google's 4-space indent for line continuations.
// 'jsx-quotes': 0,
'key-spacing': 2,
'keyword-spacing': 0,
'keyword-spacing': 2,
// 'line-comment-position': 0,
'linebreak-style': 2,
// 'lines-around-comment': 0,
Expand Down

0 comments on commit e24704c

Please sign in to comment.