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