Skip to content

Commit 03ffef8

Browse files
authored
migrate to oxlint (#133)
1 parent 2fa853b commit 03ffef8

6 files changed

Lines changed: 228 additions & 154 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"editor.formatOnSave": true,
3-
"editor.defaultFormatter": "biomejs.biome",
4-
"editor.codeActionsOnSave": {
5-
"source.organizeImports.biome": "always",
6-
"quickfix.biome": "always"
7-
},
83
"files.autoSave": "afterDelay",
94
"files.autoSaveDelay": 1000,
105
"[markdown]": {

biome.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"dev": "vite",
1616
"typecheck": "tsc --noEmit",
17-
"lint": "biome check --write",
17+
"lint": "oxlint --fix",
1818
"test": "vitest",
1919
"demo": "vite build",
2020
"build": "tsc",
@@ -36,14 +36,14 @@
3636
"@codemirror/view": "^6"
3737
},
3838
"devDependencies": {
39-
"@biomejs/biome": "^2.3.8",
4039
"@codemirror/lang-sql": "^6.10.0",
4140
"@codemirror/view": "^6.39.2",
4241
"@testing-library/dom": "^10.4.1",
4342
"@vitest/browser-playwright": "^4.1.7",
4443
"@vitest/coverage-v8": "4.1.7",
4544
"codemirror": "^6.0.2",
4645
"jsdom": "^29.0.0",
46+
"oxlint": "^1.66.0",
4747
"playwright": "^1.57.0",
4848
"typescript": "^6.0.0",
4949
"vite": "^8.0.0",

0 commit comments

Comments
 (0)