Fixed JavaScript "comma-spacing" violations.

This commit is contained in:
Tim Graham 2015-07-17 09:04:26 -04:00
parent b647d64408
commit 2d6466c295
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"rules": {
"camelcase": [1, {"properties": "always"}],
"comma-spacing": [1, {"before": false, "after": true}],
"comma-spacing": [2, {"before": false, "after": true}],
"dot-notation": [1, {"allowKeywords": true}],
"curly": [2, "all"],
"indent": [