mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-08 07:33:39 +00:00
32 lines
522 B
JSON
32 lines
522 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
}
|