feat: letta code
This commit is contained in:
13
biome.json
Normal file
13
biome.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
|
||||
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },
|
||||
"linter": { "enabled": true, "rules": { "recommended": true } },
|
||||
"files": { "experimentalScannerIgnores": ["vendor/**"] },
|
||||
"overrides": [
|
||||
{
|
||||
"includes": ["vendor/**"],
|
||||
"linter": { "enabled": false },
|
||||
"formatter": { "enabled": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user