Merge pull request #1749 from Human-Connection/try-to-fix-vscode-format-works-against-eslint

🍰 Try to fix VSCode format works against ESLint
This commit is contained in:
Robert Schäfer 2019-09-28 15:34:00 +02:00 committed by GitHub
commit bcb7865ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@
"autoFix": true
}
],
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"eslint.autoFixOnSave": true
}
}