1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

feat: format using biomejs

This commit is contained in:
James Cook 2023-11-28 23:52:13 +00:00 committed by GitHub
parent 602529171f
commit 778e5e3fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1077 additions and 1000 deletions

View file

@ -1,5 +1,3 @@
{
"recommendations": [
"denoland.vscode-deno"
]
"recommendations": ["denoland.vscode-deno", "biomejs.biome"]
}

View file

@ -1,4 +1,4 @@
{
"deno.enable": true,
"deno.lint": true
"deno.enable": true,
"deno.lint": false
}