Merge pull request #208 from eai04191/feature/lint-staged-php
commit時にphp-cs-fixer fixするようにする
This commit is contained in:
		@@ -48,6 +48,10 @@
 | 
			
		||||
    "*.{css,scss}": [
 | 
			
		||||
      "stylelint --fix",
 | 
			
		||||
      "git add"
 | 
			
		||||
    ],
 | 
			
		||||
    "*.php": [
 | 
			
		||||
      "composer fix",
 | 
			
		||||
      "git add"
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user