Fixed JavaScript "comma-spacing" violations.
This commit is contained in:
parent
b647d64408
commit
2d6466c295
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"rules": {
|
"rules": {
|
||||||
"camelcase": [1, {"properties": "always"}],
|
"camelcase": [1, {"properties": "always"}],
|
||||||
"comma-spacing": [1, {"before": false, "after": true}],
|
"comma-spacing": [2, {"before": false, "after": true}],
|
||||||
"dot-notation": [1, {"allowKeywords": true}],
|
"dot-notation": [1, {"allowKeywords": true}],
|
||||||
"curly": [2, "all"],
|
"curly": [2, "all"],
|
||||||
"indent": [
|
"indent": [
|
||||||
|
|
Loading…
Reference in New Issue