mirror of https://github.com/Fabio286/antares.git
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-recommended-vue"
|
|
],
|
|
"fix": true,
|
|
"formatter": "verbose",
|
|
"customSyntax": "postcss-html",
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"no-descending-specificity": null,
|
|
"font-family-no-missing-generic-family-keyword": null
|
|
},
|
|
"syntax": "scss"
|
|
} |