lint-stagedにphp-cs-fixerを追加する

This commit is contained in:
eai04191 2019-06-15 07:50:37 +09:00
parent ac91e36246
commit b6864c6fc4
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
"*.{css,scss}": [
"stylelint --fix",
"git add"
],
"*.php": [
"composer fix",
"git add"
]
}
}