|
1 | 1 | { |
2 | | - "typescript.tsdk": "node_modules/typescript/lib", |
3 | 2 | "eslint.validate": ["javascript", "typescript"], |
4 | 3 | "eslint.format.enable": true, |
5 | 4 | "eslint.lintTask.enable": true, |
|
9 | 8 | }, |
10 | 9 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
11 | 10 | "editor.formatOnSave": true, |
12 | | - "javascript.format.semicolons": "insert", |
13 | | - "javascript.preferences.quoteStyle": "single", |
14 | | - "javascript.updateImportsOnFileMove.enabled": "always", |
15 | | - "typescript.format.semicolons": "insert", |
16 | | - "typescript.preferences.quoteStyle": "single", |
17 | | - "typescript.updateImportsOnFileMove.enabled": "always", |
| 11 | + "js/ts.format.semicolons": "insert", |
| 12 | + "js/ts.preferences.quoteStyle": "single", |
| 13 | + "js/ts.updateImportsOnFileMove.enabled": "always", |
| 14 | + "js/ts.preferences.importModuleSpecifier": "non-relative", |
| 15 | + "js/ts.preferences.importModuleSpecifierEnding": "js", |
| 16 | + "js/ts.preferences.preferTypeOnlyAutoImports": true, |
| 17 | + "js/ts.tsdk.path": "node_modules/typescript/lib", |
18 | 18 | "[json]": { |
19 | 19 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
20 | 20 | }, |
|
49 | 49 | }, |
50 | 50 | "editor.formatOnSaveMode": "file", |
51 | 51 | "workbench.settings.openDefaultSettings": true, |
52 | | - "git.inputValidationSubjectLength": 60, |
53 | | - "javascript.preferences.importModuleSpecifier": "non-relative", |
54 | | - "javascript.preferences.importModuleSpecifierEnding": "js", |
55 | | - "typescript.preferences.importModuleSpecifier": "non-relative", |
56 | | - "typescript.preferences.importModuleSpecifierEnding": "js", |
57 | | - "typescript.preferences.preferTypeOnlyAutoImports": true |
| 52 | + "git.inputValidationSubjectLength": 60 |
58 | 53 | } |
0 commit comments