remove arquivos desnecessarios
This commit is contained in:
28
biome.json
28
biome.json
@@ -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 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user