Skip to content

Commit 49a7305

Browse files
committed
chore: update vscode settings to include linting for json,markdown,yaml
1 parent 0701de2 commit 49a7305

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"eslint.format.enable": true,
3636
"eslint.validate": [
3737
"typescript",
38-
"javascript"
38+
"javascript",
39+
"json",
40+
"markdown",
41+
"yaml"
3942
],
4043
"prettier.requireConfig": true
4144
}

0 commit comments

Comments
 (0)