Skip to content

Commit

Permalink
fix configuration error for key-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jul 16, 2016
1 parent ed4930d commit cea0291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/rules/strict.js
Expand Up @@ -466,8 +466,7 @@ module.exports = {
},
"multiLine" : {
"beforeColon": false,
"afterColon" : true,
"mode" : "strict"
"afterColon" : true
},
"align" : {
"beforeColon": false,
Expand Down

0 comments on commit cea0291

Please sign in to comment.