mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-06 20:43:03 +08:00
29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-idiomatic-order"
|
|
],
|
|
"plugins": [
|
|
"stylelint-use-logical-spec"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.scss"
|
|
],
|
|
"customSyntax": "postcss-scss"
|
|
},
|
|
{
|
|
"files": [
|
|
"**/*.vue"
|
|
],
|
|
"customSyntax": "postcss-html"
|
|
}
|
|
],
|
|
"rules": {
|
|
"liberty/use-logical-spec": true,
|
|
"selector-class-pattern": null,
|
|
"color-function-notation": null
|
|
},
|
|
"fix": true
|
|
} |