Sfoglia il codice sorgente

Only lint scss files

Ben Dwyer 4 anni fa
parent
commit
01b5f512ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package.json

+ 1 - 1
package.json

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