chore: use biome instead of eslint and prettier

This commit is contained in:
Starcea 2024-06-29 13:48:40 +09:00
commit 7cd2acc5dd
No known key found for this signature in database
GPG key ID: B7A77E32374911E1
11 changed files with 119 additions and 1007 deletions

View file

@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"]
}