Skip to content

Commit 746dce8

Browse files
committed
replace biome with oxfmt
1 parent 9cd7db2 commit 746dce8

20 files changed

Lines changed: 210 additions & 305 deletions

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["github>BeeeQueue/renovate-config:js-app.json"],
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: ["github>BeeeQueue/renovate-config:js-app.json"],
44
}

.github/workflows/cicd.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,7 @@ jobs:
4343

4444
- run: node --run lint
4545

46-
fmt:
47-
runs-on: ubuntu-24.04-arm
48-
49-
steps:
50-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
51-
52-
- uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
53-
with:
54-
version: latest
55-
56-
- run: biome check
46+
- run: node --run lint:fmt
5747

5848
typecheck:
5949
runs-on: ubuntu-24.04-arm

.oxfmtrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"printWidth": 100,
4+
"useTabs": true,
5+
"semi": false,
6+
"experimentalSortPackageJson": false,
7+
"ignorePatterns": ["pnpm-lock.yaml", "*.md"]
8+
}

biome.json

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

0 commit comments

Comments
 (0)