Skip to content

Commit

Permalink
fix: formatter (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon authored Feb 4, 2024
1 parent 67e70da commit 1ee1189
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,8 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,jsx,json,yml,yaml,html,md}": [
"prettier --write"
],
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"package.json": [
"sort-package-json"
"*.{js,jsx,json,yml,yaml,html,md,ts,tsx}": [
"biome format --no-errors-on-unmatched --write"
]
},
"devDependencies": {
Expand Down

0 comments on commit 1ee1189

Please sign in to comment.