Browse Source

Only lint scss files

Ben Dwyer 4 years ago
parent
commit
01b5f512ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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