umami/.stylelintrc.json

12 lines
224 B
JSON
Raw Permalink Normal View History

2020-07-17 16:03:38 +08:00
{
"extends": [
"stylelint-config-recommended",
"stylelint-config-css-modules",
"stylelint-config-prettier"
],
"rules": {
"no-descending-specificity": null
2020-07-17 16:03:38 +08:00
},
2022-04-08 09:15:45 +08:00
"ignoreFiles": ["**/*.js", "**/*.md"]
2020-07-17 16:03:38 +08:00
}