chore(lint): fix incorrect comma placing in `.stylelintrc`
This commit is contained in:
parent
d69a4ea949
commit
bd2f74a3b2
|
@ -4,8 +4,7 @@
|
|||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-hudochenkov/order"
|
||||
],
|
||||
"plugins": ["stylelint-scss"]
|
||||
,
|
||||
"plugins": ["stylelint-scss"],
|
||||
"rules": {
|
||||
"alpha-value-notation": "number",
|
||||
"at-rule-empty-line-before": null,
|
||||
|
|
Loading…
Reference in New Issue