mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-31 22:12:27 +02:00
chore: update linting commands in package.json and adjust file includes in biome.json
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"useIgnoreFile": true
|
||||
},
|
||||
"files": {
|
||||
"ignoreUnknown": false
|
||||
"includes": ["src/**", "!vendor"]
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@
|
||||
"generate:versions": "node scripts/generate-versions.js",
|
||||
"dev": "bun run generate:versions && vite",
|
||||
"build": "bun run generate:versions && tsc && vite build",
|
||||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"lint": "biome lint",
|
||||
"lint:fix": "biome lint --fix",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user