1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00

Merge pull request #262 from bmiddha/eslint_autoFixOnSave_deprecated

vscode-eslint v2 settings patch
This commit is contained in:
Orta
2020-01-15 09:23:41 -05:00
committed by GitHub

View File

@@ -1,10 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{ "language": "typescript", "autoFix": true }
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "typescript"],
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false