Skip to content

Commit 3b09c9a

Browse files
fix: add ESLint Probe for default files as well as JSON and JSONC (#267)
Co-authored-by: Josh Goldberg <[email protected]>
1 parent f025b1f commit 3b09c9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
},
55
"editor.defaultFormatter": "esbenp.prettier-vscode",
66
"editor.formatOnSave": true,
7+
"eslint.probe": [
8+
"javascript",
9+
"javascriptreact",
10+
"json",
11+
"jsonc",
12+
"markdown",
13+
"typescript",
14+
"typescriptreact",
15+
"yaml"
16+
],
717
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
818
"typescript.tsdk": "node_modules/typescript/lib"
919
}

0 commit comments

Comments
 (0)