Files
objdiff/objdiff-wasm/biome.json
T

32 lines
522 B
JSON
Raw Permalink Normal View History

2025-02-20 17:48:00 -07:00
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"organizeImports": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"indentStyle": "space"
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"all": false
},
"suspicious": {
"noExplicitAny": "off"
}
}
}
}