Explorar o código

Only lint scss files

Ben Dwyer %!s(int64=4) %!d(string=hai) anos
pai
achega
01b5f512ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

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