mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/biome.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentWidth": 2,
|
|
"indentStyle": "space"
|
|
},
|
|
"files": {
|
|
"includes": ["src/**/*.ts", "test/**/*.ts"]
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
}
|