[fix] lint-staged のglobパターンが誤ってた
This commit is contained in:
		@@ -62,7 +62,7 @@
 | 
			
		||||
      "stylelint --fix",
 | 
			
		||||
      "git add"
 | 
			
		||||
    ],
 | 
			
		||||
    ".{ts,js,vue}" : [
 | 
			
		||||
    "*.{ts,js,vue}" : [
 | 
			
		||||
      "eslint --fix",
 | 
			
		||||
      "git add"
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user