Skip to content

Commit f48f49c

Browse files
committed
chore: add styling to precommit hook
1 parent 8a445af commit f48f49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
]
115115
},
116116
"lint-staged": {
117-
"*.{html,json,md,yml}": "prettier --write",
117+
"*.{html,json,md,yml,css,scss}": "prettier --write",
118118
"*.{js,jsx,ts,tsx}": [
119119
"prettier --write",
120120
"eslint --fix"

0 commit comments

Comments
 (0)