Skip to content

Commit 1ee1189

Browse files
authored
fix: formatter (#6)
1 parent 67e70da commit 1ee1189

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,8 @@
6060
"pre-commit": "pnpm lint-staged"
6161
},
6262
"lint-staged": {
63-
"*.{js,jsx,json,yml,yaml,html,md}": [
64-
"prettier --write"
65-
],
66-
"*.{ts,tsx}": [
67-
"eslint --fix",
68-
"prettier --write"
69-
],
70-
"package.json": [
71-
"sort-package-json"
63+
"*.{js,jsx,json,yml,yaml,html,md,ts,tsx}": [
64+
"biome format --no-errors-on-unmatched --write"
7265
]
7366
},
7467
"devDependencies": {

0 commit comments

Comments
 (0)