deno.land / x / pagic@v1.6.3 / .vscode / settings.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{ // 统一使用 \n 换行符 "files.eol": "\n", // 缩进宽度为 2 "editor.tabSize": 2, // 保存时自动格式化 "editor.formatOnSave": true, // 默认使用 Prettier 格式化 "editor.defaultFormatter": "esbenp.prettier-vscode", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, // ESLint 配置 "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "editor.codeActionsOnSave": { // 保存时自动修复 ESLint 错误 "source.fixAll.eslint": true }, // 使用项目的 ts 版本 "typescript.tsdk": "node_modules/typescript/lib", "deno.enable": true, "deno.lint": false, "deno.suggest.imports.hosts": { "https://esm.sh": false, "https://cdn.pagic.org": false, "https://deno.land": false }}
pagic

Version Info

Tagged at
11 months ago