mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: fix repo biome lint errors (#804)
This commit is contained in:
+4
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
|
||||
"html": {
|
||||
"experimentalFullSupportEnabled": false
|
||||
},
|
||||
@@ -125,10 +125,13 @@
|
||||
"includes": [
|
||||
"**",
|
||||
"!**/.astro",
|
||||
"!**/.netlify",
|
||||
"!**/.vercel",
|
||||
"!**/.turbo",
|
||||
"!**/.next",
|
||||
"!**/.opencode",
|
||||
"!**/.github",
|
||||
"!build",
|
||||
"!**/dist",
|
||||
"!**/examples",
|
||||
"!**/styles/vjs.css",
|
||||
|
||||
Reference in New Issue
Block a user