vue-componentes/biome.json
2026-02-15 15:17:08 -03:00

17 lines
373 B
JSON
Executable file

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/p-comuns/Documentos/biome.json"],
"files": {
"includes": ["src/**/*.{js,ts,jsx,tsx,vue}"]
},
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "error"
},
"style": {
"noNonNullAssertion": "error"
}
}
}
}