fix: recover header logo && add styleint check (#1084)

* fix: fix header logo not show

* feat: update lint-staged

feat: add stylelint
This commit is contained in:
conghuhu
2022-08-31 23:26:58 +08:00
committed by GitHub
parent 349ce7f1d4
commit e108d26ec7
6 changed files with 435 additions and 31 deletions

6
web/.stylelintrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-less"
]
}