We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33c37e commit 3d9691cCopy full SHA for 3d9691c
.gitignore
@@ -6,6 +6,7 @@
6
*.iml
7
.vscode/*
8
!.vscode/launch.json
9
+!.vscode/extensions.json
10
*.log
11
*.tsbuildinfo
12
/.eslintcache
.vscode/extensions.json
@@ -0,0 +1,9 @@
1
+{
2
+ "recommendations": [
3
+ "editorconfig.editorconfig",
4
+ "dbaeumer.vscode-eslint",
5
+ "davidanson.vscode-markdownlint",
+ "esbenp.prettier-vscode",
+ "yoavbls.pretty-ts-errors"
+ ]
+}
0 commit comments