mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
21 lines
289 B
JSON
21 lines
289 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
|
|
}
|
|
}
|
|
}
|