Merge pull request #208 from eai04191/feature/lint-staged-php

commit時にphp-cs-fixer fixするようにする
This commit is contained in:
shibafu
2019-06-15 18:57:05 +09:00
committed by GitHub

View File

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