Skip to content

Commit b89b5c5

Browse files
authored
chore: lint and format CSS files in pre-commit hook (#9484)
1 parent e8c1b33 commit b89b5c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
"*.{js,ts}": [
8484
"eslint --fix",
8585
"prettier --write"
86+
],
87+
"*.css": [
88+
"stylelint --fix",
89+
"prettier --write"
8690
]
8791
},
8892
"workspaces": [

0 commit comments

Comments
 (0)