This commit is contained in:
Luiz Silva 2025-08-09 08:59:41 -03:00
parent e8abe4d284
commit d53450b686
4 changed files with 73 additions and 74 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"extends": [
"node_modules/p-comuns/Documentos/biome.json"
],
"files": {}
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/p-comuns/Documentos/biome.json"],
"files": {
"includes": ["src/**/*.{js,ts,jsx,tsx}"]
}
}