casdoor/web/.stylelintrc.json
conghuhu e108d26ec7
fix: recover header logo && add styleint check (#1084)
* fix: fix header logo not show

* feat: update lint-staged

feat: add stylelint
2022-08-31 23:26:58 +08:00

6 lines
95 B
JSON

{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-less"
]
}