mirror of https://github.com/pozm/gdke.git
13 lines
184 B
JSON
13 lines
184 B
JSON
|
{
|
||
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||
|
"organizeImports": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"linter": {
|
||
|
"enabled": true,
|
||
|
"rules": {
|
||
|
"recommended": true
|
||
|
}
|
||
|
}
|
||
|
}
|