build
This commit is contained in:
parent
50e713e51c
commit
921d5b3418
11 changed files with 497 additions and 4 deletions
13
biome.json
Normal file
13
biome.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
||||
"extends": ["../biome.json"],
|
||||
|
||||
"files": {
|
||||
"ignore": ["./src/recursos/**/*", "./src/gerarPublic.ts"],
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
"./src/ferramentas/**/*",
|
||||
"./src/gerar-codigos/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue