Skip to content

Commit 234b95f

Browse files
committed
chore(prettier): Only format *.scss, *.ts and *.component.html staged files
1 parent 9879bd7 commit 234b95f

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
@@ -66,7 +66,7 @@
6666
}
6767
},
6868
"lint-staged": {
69-
"*.{js,json,css,scss,less,md,ts,html,component.html}": [
69+
"*.{scss,ts,component.html}": [
7070
"prettier --write",
7171
"git add"
7272
]

0 commit comments

Comments
 (0)