replaced sass-lint with style-lint

This commit is contained in:
2023-05-01 13:36:37 +02:00
parent 8d44ff8afb
commit 68f0c89ec2
4 changed files with 42 additions and 48 deletions

13
.stylelintrc.json Normal file
View File

@@ -0,0 +1,13 @@
{
"plugins": [
"stylelint-prettier"
],
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"prettier/prettier": true,
"scss/at-extend-no-missing-placeholder": null,
"no-descending-specificity": null
}
}