Update lint-staged settting

This commit is contained in:
Chi-Hsuan Huang 2022-04-15 11:36:43 +08:00
parent 76463de74e
commit a7ef077456
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@
], ],
"*.scss": [ "*.scss": [
"npm run lint:css" "npm run lint:css"
],
"*.md": [
"npm run lint:md:docs"
] ]
} }
} }