chore: lint-staged can use stylelint --fix now

This commit is contained in:
41666 2020-12-23 19:16:12 -05:00
parent d70eb44963
commit 888988fce2

View file

@ -118,7 +118,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js,jsx}": [ "*.{ts,tsx,js,jsx}": [
"stylelint", "stylelint --fix",
"prettier --write" "prettier --write"
], ],
"*.go": [ "*.go": [