mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: format using biomejs
This commit is contained in:
parent
602529171f
commit
778e5e3fe4
16 changed files with 1077 additions and 1000 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"tasks": {
|
||||
"npm": "deno run -A scripts/build_npm.ts"
|
||||
"npm": "deno run -A scripts/build_npm.ts",
|
||||
"format": "deno run -A npm:@biomejs/biome format . --write",
|
||||
"lint": "deno run -A npm:@biomejs/biome lint ."
|
||||
},
|
||||
"exclude": ["npm"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue