19 lines
319 B
JSON
19 lines
319 B
JSON
|
|
{
|
||
|
|
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
||
|
|
"formatter": {
|
||
|
|
"indentStyle": "space",
|
||
|
|
"indentWidth": 2
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"style": {
|
||
|
|
"useConst": "error"
|
||
|
|
},
|
||
|
|
"correctness": {
|
||
|
|
"noUnusedVariables": "error"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|