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
commit e004a6bced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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