We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553362a commit bf012f4Copy full SHA for bf012f4
.vscode/settings.json
@@ -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