|
1 | 1 | { |
2 | | - "eslint.nodePath": "config/eslint-config/node_modules/eslint", |
3 | | - "eslint.workingDirectories": [ |
4 | | - { |
5 | | - "mode": "auto" |
6 | | - } |
| 2 | + "cSpell.diagnosticLevel": "Warning", |
| 3 | + "cSpell.words": [ |
| 4 | + "arktype", |
| 5 | + "autoinstallers", |
| 6 | + "Bytedance", |
| 7 | + "cozeloop", |
| 8 | + "doubao", |
| 9 | + "kwargs", |
| 10 | + "langchain", |
| 11 | + "langgraph", |
| 12 | + "langsmith", |
| 13 | + "loggable", |
| 14 | + "packagejson", |
| 15 | + "prefault", |
| 16 | + "preinstall", |
| 17 | + "ptaas", |
| 18 | + "remeda", |
| 19 | + "traceparent", |
| 20 | + "tracestate", |
| 21 | + "vikingdb", |
| 22 | + "websockets" |
7 | 23 | ], |
8 | 24 | "prettier.prettierPath": "config/eslint-config/node_modules/prettier", |
9 | 25 | "editor.tabSize": 2, |
|
18 | 34 | "source.fixAll.eslint": "explicit", |
19 | 35 | "source.organizeImports": "never" |
20 | 36 | }, |
| 37 | + "editor.semanticHighlighting.enabled": false, |
| 38 | + "eslint.probe": ["javascript", "typescript"], |
21 | 39 | "eslint.format.enable": true, |
22 | 40 | "eslint.lintTask.enable": true, |
| 41 | + "eslint.nodePath": "config/eslint-config/node_modules/eslint", |
| 42 | + "eslint.workingDirectories": [{ "mode": "auto" }], |
23 | 43 | "search.followSymlinks": false, |
| 44 | + "search.useIgnoreFiles": true, |
24 | 45 | "search.exclude": { |
25 | 46 | "**/node_modules": true, |
26 | 47 | "**/pnpm-lock.yaml": true, |
|
52 | 73 | "**/pnpm-lock.yaml": "plaintext", |
53 | 74 | "**/*.yml": "yaml" |
54 | 75 | }, |
55 | | - "search.useIgnoreFiles": true, |
56 | 76 | "files.eol": "\n", |
57 | 77 | "files.trimTrailingWhitespace": true, |
58 | 78 | "files.insertFinalNewline": true, |
59 | | - "cSpell.diagnosticLevel": "Warning", |
60 | | - "eslint.probe": ["javascript", "typescript"], |
61 | | - "editor.semanticHighlighting.enabled": false, |
62 | 79 | "javascript.validate.enable": false, |
63 | 80 | "typescript.tsdk": "config/ts-config/node_modules/typescript/lib", |
64 | 81 | "typescript.enablePromptUseWorkspaceTsdk": true, |
|
78 | 95 | }, |
79 | 96 | "typescript.validate.enable": true, |
80 | 97 | "typescript.suggest.autoImports": true, |
81 | | - "emmet.triggerExpansionOnTab": true, |
82 | 98 | "[typescript]": { |
83 | 99 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
84 | 100 | }, |
|
0 commit comments