Primeiro commit
This commit is contained in:
commit
9135911bd7
33 changed files with 48927 additions and 0 deletions
16
biome.json
Normal file
16
biome.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
||||
|
||||
"files": {
|
||||
"ignore": []
|
||||
},
|
||||
"formatter": { "formatWithErrors": true },
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"complexity": {
|
||||
"useLiteralKeys": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue