Skip to content

Commit bf012f4

Browse files
committed
chore: vscode eslint config
1 parent 553362a commit bf012f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"eslint.validate": [
3+
"javascript",
4+
"javascriptreact",
5+
{ "language": "typescript", "autoFix": true },
6+
{ "language": "typescriptreact", "autoFix": true }
7+
],
8+
"tslint.enable": false
9+
}

0 commit comments

Comments
 (0)