mhsf-dev/biome.json

15 lines
234 B
JSON
Raw Permalink Normal View History

2024-09-08 22:34:51 -05:00
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"style": {
"useTemplate": "off"
2024-10-04 21:06:02 -05:00
},
"suspicious": {
"noExplicitAny": "off",
"noDoubleEquals": "warn"
2024-09-08 22:34:51 -05:00
}
}
}
}