chore: update rules

This commit is contained in:
Fabio Di Stasio 2021-07-08 18:41:17 +02:00
parent a0ab63bdb5
commit 9622dbec6b
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
],
"rules": {
"at-rule-no-unknown": null,
"no-descending-specificity": null
"no-descending-specificity": null,
"declaration-colon-newline-after": "always-multi-line"
},
"syntax": "scss"
}