Skip to content

Commit a44a3d7

Browse files
committed
Update lint-staged rules
1 parent 5201acc commit a44a3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"lint-staged": {
48-
"*.{js,json,css,md}": [
48+
"*.{js,jsx,json,css,scss,md}": [
4949
"prettier --write",
5050
"git add"
5151
]

0 commit comments

Comments
 (0)