remove arquivos desnecessarios

This commit is contained in:
2025-10-28 14:53:25 -03:00
parent 08cc9379f8
commit d1715f358a
57 changed files with 767 additions and 14149 deletions

View File

@@ -1,5 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
"html": {
"formatter": {
"indentScriptAndStyle": true
}
},
"vcs": {
"enabled": false,
"clientKind": "git",
@@ -31,7 +36,13 @@
"enabled": true,
"indentStyle": "tab"
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"linter": {
"enabled": true,
"rules": {
@@ -44,7 +55,11 @@
"level": "warn",
"fix": "safe",
"options": {
"functions": ["clsx", "cva", "cn"]
"functions": [
"clsx",
"cva",
"cn"
]
}
}
},
@@ -69,7 +84,10 @@
},
"overrides": [
{
"includes": ["**/*.svelte", "**/*.vue"],
"includes": [
"**/*.svelte",
"**/*.vue"
],
"linter": {
"rules": {
"style": {
@@ -84,4 +102,4 @@
}
}
]
}
}