JSON standard does not allow trailing comma i think.

This commit is contained in:
adnanmultidots 2017-09-22 14:38:05 +05:30
parent 57b6a25bfe
commit b4094b62e5
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@
"selector-pseudo-element-colon-notation": "double",
"selector-pseudo-element-no-unknown": true,
"selector-type-case": "lower",
"selector-no-id": [true, { "severity": "warning" } ],
"selector-no-id": [true, { "severity": "warning" } ]
}
}