Skip to content

Commit b3b9b9c

Browse files
committed
build: update lint-staged to ignore html
1 parent db9733c commit b3b9b9c

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
@@ -154,6 +154,6 @@
154154
},
155155
"packageManager": "[email protected]",
156156
"lint-staged": {
157-
"*.{html,js,json,ts,tsx}": "biome format --fix"
157+
"*.{js,json,ts,tsx}": "biome format --fix"
158158
}
159159
}

0 commit comments

Comments
 (0)