Skip to content

Commit e7a0034

Browse files
committed
chore(package.json): add html in prettier scope
1 parent 4712f45 commit e7a0034

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
@@ -75,7 +75,7 @@
7575
},
7676
"lint-staged": {
7777
"src/**/*.ts": "eslint --cache --fix",
78-
"src/**/*.{ts,js,css,md,json}": "prettier --write",
78+
"src/**/*.{ts,js,css,md,json,html}": "prettier --write",
7979
"src/**/*.css": "stylelint --fix",
8080
"src/**/*.scss": "stylelint --syntax=scss --fix"
8181
}

0 commit comments

Comments
 (0)