Skip to content

Commit

Permalink
chore: ignore package.json because yarn rewrites it
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Dec 9, 2024
1 parent 176a9c4 commit 2e8c283
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": [".next", ".yarn", "public/assets", ".vercel"]
"ignore": [".next", ".yarn", "public/assets", ".vercel", "package.json"]
},
"formatter": {
"enabled": true,
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@
}
},
"mocha": {
"node-option": ["import=tsx"],
"require": ["dotenv/config"],
"node-option": [
"import=tsx"
],
"require": [
"dotenv/config"
],
"timeout": 10000
},
"resolutions": {
Expand Down

0 comments on commit 2e8c283

Please sign in to comment.