mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
34052fbaff
* fix(agent): fix readable stream in browser. * [autofix.ci] apply automated fixes * fix: revert error serialize. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
17 lines
340 B
Plaintext
Vendored
17 lines
340 B
Plaintext
Vendored
{
|
|
"root": true,
|
|
"env": {
|
|
"es2020": true,
|
|
"node": true
|
|
},
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/strict",
|
|
"plugin:@typescript-eslint/stylistic",
|
|
"prettier"
|
|
],
|
|
"ignorePatterns": ["dist", "node_modules"]
|
|
}
|