lint-stagedにphp-cs-fixerを追加する
This commit is contained in:
parent
ac91e36246
commit
b6864c6fc4
@ -48,6 +48,10 @@
|
||||
"*.{css,scss}": [
|
||||
"stylelint --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.php": [
|
||||
"composer fix",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user