7dd613d250
Root package.json with workspace scripts, pnpm-workspace.yaml, shared tsconfig base, ESLint flat config, Prettier, editorconfig, .nvmrc, and .env.example covering LiveKit/Gemini/GitHub/Atlas/Voyage. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"tabWidth": 2
|
|
}
|