Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .eslintrc.js

This file was deleted.

4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ignore formatting all library code with new biome config
1c5bbff84fd53e72c817189a3d839a2d522c904c
# ignore formatting all test code with new biome config
6dd383dd921fe4cb5b2fd02056dea1cfc4299b70
4 changes: 4 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["@thesis-co/biome-config/biome"],
"files": { "includes": ["test/**/*.ts"] }
}
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,16 @@
"access": "public"
},
"scripts": {
"lint": "eslint \"src/**/*.ts*\" --max-warnings 0",
"lint:fix": "eslint \"src/**/*.ts\" --fix",
"lint": "pnpx @biomejs/biome check",
"lint:fix": "pnpx @biomejs/biome check --write",
"build": "tsc",
"test": "jest",
"prepublishOnly": "pnpm run build && pnpm run test && pnpm run lint"
},
"devDependencies": {
"@thesis-co/eslint-config": "^0.6.1",
"@thesis/prettier-config": "github:thesis/prettier-config",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@thesis-co/biome-config": "github:thesis/biome-config",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "5.5.4"
Expand All @@ -56,6 +52,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": "@thesis/prettier-config"
}
}
Loading