mirror of
https://github.com/mue/mue.git
synced 2026-07-18 22:44:08 +02:00
11 lines
294 B
JSON
11 lines
294 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss", "stylelint-config-prettier-scss"],
|
|
"formatter": "stylelint-checkstyle-formatter",
|
|
"plugins": ["stylelint-scss"],
|
|
"customSyntax": "postcss-scss",
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|