mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
24 lines
407 B
JSON
24 lines
407 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-recess-order",
|
|
"stylelint-config-html",
|
|
"stylelint-prettier/recommended"
|
|
],
|
|
|
|
"rules": {
|
|
"import-notation": "string",
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": ["*.astro"],
|
|
"rules": {
|
|
"prettier/prettier": null
|
|
}
|
|
}
|
|
]
|
|
}
|