mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore: lint-staged can use stylelint --fix now
This commit is contained in:
parent
d70eb44963
commit
888988fce2
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue