Skip to content

Commit

Permalink
chore(deps): adopt biome
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Aug 10, 2024
1 parent a764ddc commit b7f1e1c
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 1,012 deletions.
4 changes: 4 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["node_modules/@naturalcycles/dev-lib/cfg/biome.jsonc"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"typescript": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@naturalcycles/dev-lib": "^15.0.0",
"@types/node": "^20.2.2"
"@types/node": "^22.2.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion scripts/testscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ yarn tsn-debug-esbuild

console.log('test script')

export {}
export type {}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file exists, because otherwise tsc skips the bin folder and path becomes wrong:(

export {}
export type {}
Loading

0 comments on commit b7f1e1c

Please sign in to comment.