mirror of
https://github.com/Fabio286/antares.git
synced 2025-01-08 07:18:43 +01:00
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard"
|
|
],
|
|
"fix": true,
|
|
"formatter": "verbose",
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-colon-newline-after": "always-multi-line"
|
|
},
|
|
"syntax": "scss"
|
|
} |