Skip to content

Commit fad61a6

Browse files
committed
🔧 config: add vscode settings
1 parent 924a582 commit fad61a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

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

0 commit comments

Comments
 (0)