Skip to content

Commit

Permalink
upgrade vscode-eslint to latest setting (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan authored and a-b-r-o-w-n committed Dec 18, 2019
1 parent 4ea1b2a commit 5a98b69
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"*.schema": "json"
},
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
"typescript",
"typescriptreact",
],
"eslint.workingDirectories": ["./Composer"],
"editor.formatOnSave": true,
"typescript.tsdk": "./Composer/node_modules/typescript/lib"
"typescript.tsdk": "./Composer/node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 5a98b69

Please sign in to comment.