|
1 |
| -{ |
2 |
| - "vitest.enable": true, |
3 |
| - "vitest.include": ["**/__test__/**/*.test.ts"], |
4 |
| - "vitest.exclude": ["**/node_modules/**", "**/dist/**", "**/.history/**"], |
5 |
| - "vitest.commandLine": "pnpm exec vitest -u --api.host 127.0.0.1", |
6 |
| - "typescript.tsdk": "node_modules/typescript/lib", |
7 |
| - "twind.attributes": ["tw", "apply"], |
8 |
| - |
9 |
| - "eslint.validate": ["javascript", "typescript"], |
10 |
| - "eslint.options": { |
11 |
| - "extensions": [".js", ".ts"] |
12 |
| - }, |
13 |
| - "editor.codeActionsOnSave": { |
14 |
| - "source.fixAll.eslint": true |
15 |
| - }, |
16 |
| - "editor.formatOnSave": true, |
17 |
| - "[typescript]": { |
18 |
| - "editor.formatOnSave": false |
19 |
| - } |
20 |
| -} |
| 1 | +{ |
| 2 | + "vitest.enable": true, |
| 3 | + "vitest.include": ["**/__test__/**/*.test.ts"], |
| 4 | + "vitest.exclude": ["**/node_modules/**", "**/dist/**", "**/.history/**"], |
| 5 | + "vitest.commandLine": "pnpm exec vitest -u --api.host 127.0.0.1", |
| 6 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 7 | + "twind.attributes": ["tw", "apply"], |
| 8 | + "editor.codeActionsOnSave": { |
| 9 | + "source.fixAll.eslint": true |
| 10 | + }, |
| 11 | + "editor.formatOnSave": true |
| 12 | +} |
0 commit comments