umami/.stylelintrc.json

12 lines
224 B
JSON
Raw Normal View History

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