mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-23 10:04:53 +02:00
[Haik]: ckpt, nine router now runs on different ports for dev vs prod. Also made a custom linter to enforce my standards
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"rules": {
|
||||
"max-file-lines": 250,
|
||||
"max-folder-items": 6
|
||||
},
|
||||
"include_extensions": [".py", ".ts", ".tsx", ".js", ".jsx"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".venv",
|
||||
"dist",
|
||||
"build",
|
||||
"__pycache__",
|
||||
".git",
|
||||
".cursor",
|
||||
".vscode",
|
||||
"uv-bin",
|
||||
"data",
|
||||
"public",
|
||||
"readme_assets",
|
||||
"ASSISTANT_UI_MIGRATION"
|
||||
],
|
||||
"exceptions": {
|
||||
"max-file-lines": [],
|
||||
"max-folder-items": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user