Use stylelint-config-standard-scss, remove stylelint-config-standard and stylelint-scss

This commit is contained in:
Alex Gleason
2023-01-05 14:18:12 -06:00
parent 0e5d7c3610
commit 5fe5c0a7ba
3 changed files with 24 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{
"extends": ["stylelint-config-standard"],
"plugins": ["stylelint-scss"],
"extends": ["stylelint-config-standard-scss"],
"rules": {
"at-rule-no-unknown": null,
"at-rule-empty-line-before": ["always", { "ignore": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"] }],