Add Biome

This commit is contained in:
Jesse Wierzbinski 2024-04-06 18:45:05 -10:00
parent 43cce22c07
commit 4a5a2ea590
No known key found for this signature in database
3 changed files with 19 additions and 0 deletions

17
biome.json Normal file
View file

@ -0,0 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
}
}

BIN
bun.lockb

Binary file not shown.

View file

@ -48,6 +48,7 @@
"cli": "bun run cli.ts"
},
"trustedDependencies": [
"@biomejs/biome",
"@prisma/client",
"@prisma/engines",
"esbuild",
@ -55,6 +56,7 @@
"sharp"
],
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@julr/unocss-preset-forms": "^0.1.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/cli-table": "^0.3.4",