Skip to content

Commit afb4f9d

Browse files
committed
fix: update lint-staged configuration to exclude .toml files
1 parent 84f96b9 commit afb4f9d

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
@@ -70,7 +70,7 @@
7070
"vitest": "^3.1.2"
7171
},
7272
"lint-staged": {
73-
"*.@(js|ts|tsx|yml|yaml|md|json)": [
73+
"*.@(js|ts|tsx|yml|yaml|json)": [
7474
"biome lint --write"
7575
],
7676
"*.toml": [

0 commit comments

Comments
 (0)