소스 검색

Only lint scss files

Ben Dwyer 4 년 전
부모
커밋
01b5f512ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
 		}
 	},
 	"lint-staged": {
-		"*.{css,scss}": [
+		"*.{scss}": [
 			"wp-scripts lint-style --fix="
 		]
 	},