mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 00:21:57 +00:00
25 lines
775 B
JSON
25 lines
775 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"@stanzilla/stylelint-config-rational-order"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"src/sass/**/*.scss"
|
|
],
|
|
"customSyntax": "postcss-scss",
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"scss/at-rule-no-unknown": true,
|
|
"selector-class-pattern": null,
|
|
"value-list-max-empty-lines": 1,
|
|
"scss/comment-no-loud": true,
|
|
"max-line-length": null,
|
|
"no-descending-specificity": null,
|
|
"number-leading-zero": "never",
|
|
"declaration-block-no-redundant-longhand-properties": null
|
|
}
|
|
}
|
|
]
|
|
}
|