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 ea54bc9 commit 1615dfcCopy full SHA for 1615dfc
1 file changed
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "eslint.format.enable": true,
3
+ "eslint.nodePath": "./tools/node_modules/eslint",
4
+ "eslint.options": {
5
+ "configFile": "./.eslintrc.js"
6
+ },
7
+ "eslint.validate": [
8
+ "javascript"
9
+ ]
10
+}
0 commit comments