web-map/.stylelintrc.json

14 lines
313 B
JSON
Raw Normal View History

2025-04-20 00:49:14 +08:00
{
"plugins": ["stylelint-order"],
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue",
"stylelint-config-recess-order"
],
"rules": {
"font-family-name-quotes": "always-where-required",
"function-url-quotes": "never"
}
}