diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-17 09:04:26 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-18 06:57:10 -0400 |
| commit | 2d6466c2955e86af478b0db6af5c17b8e1dfda67 (patch) | |
| tree | 5df4e7fbc7429dd202fc0276ae6f7b16f1017774 /.eslintrc | |
| parent | b647d64408914f500f0a02d3a04d925dabb89ab4 (diff) | |
Fixed JavaScript "comma-spacing" violations.
Diffstat (limited to '.eslintrc')
| -rw-r--r-- | .eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": [ |
