Migrate to biome

This commit is contained in:
marocchino 2025-04-09 21:20:28 +09:00
parent e24be28b0d
commit cce8920b20
No known key found for this signature in database
GPG key ID: F54107506CCF18D0
15 changed files with 433 additions and 2243 deletions

View file

@ -43,3 +43,7 @@ jobs:
hide_details: true
message: |
The build is over.
- name: Lint
run: npm run lint
- name: Format Check
run: npm run format-check