diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-02 00:38:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 00:38:07 +0900 |
| commit | d2b71104f8d6382bb1d646d6617b7cc99c376546 (patch) | |
| tree | eef2d675a9c5482baff396a32c992e064cc591f4 /docs/package.json | |
| parent | cd064be8acabeb2080ff604930455c310c92e48e (diff) | |
| parent | 55d08982fc2ef15eac85b5a8a470edbd721785b1 (diff) | |
| download | LunaticChat-d2b71104f8d6382bb1d646d6617b7cc99c376546.tar.gz LunaticChat-d2b71104f8d6382bb1d646d6617b7cc99c376546.tar.bz2 LunaticChat-d2b71104f8d6382bb1d646d6617b7cc99c376546.zip | |
Merge pull request #125 from m1sk9/chore/revert-oxc-to-biome
chore: Revert Biome settings
Diffstat (limited to 'docs/package.json')
| -rw-r--r-- | docs/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/package.json b/docs/package.json index a82e853..568b6b6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -3,15 +3,15 @@ "dev": "vitepress dev", "build": "vitepress build", "preview": "vitepress preview", - "format": "oxfmt", - "format:check": "oxfmt --check", - "lint": "oxlint", - "lint:fix": "oxlint --fix" + "format": "biome format --write .", + "format:check": "biome ci .", + "lint": "biome lint .", + "lint:fix": "biome lint --write .", + "check": "biome check --write ." }, "devDependencies": { + "@biomejs/biome": "2.4.4", "husky": "^9.1.7", - "oxfmt": "^0.35.0", - "oxlint": "^1.49.0", "vitepress": "^1.6.4" } } |
