17 lines
373 B
JSON
Executable file
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"
|
|
}
|
|
}
|
|
}
|
|
}
|