implementado biome para ia

This commit is contained in:
Luiz Silva 2026-03-04 14:36:50 -03:00
parent 0a6ce2e323
commit b132aa8005
5 changed files with 441 additions and 78 deletions

View file

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