mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 21:28:29 +00:00
* Feat: v2 * feat: add chat functionality * First cut: integrations * Feat: add conversation API * Enhance conversation handling and memory management * Feat: added conversation --------- Co-authored-by: Manoj K <saimanoj58@gmail.com>
23 lines
403 B
Plaintext
23 lines
403 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"requirePragma": false,
|
|
"proseWrap": "preserve",
|
|
"singleQuote": true,
|
|
"formatOnSave": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|