Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #262 from bmiddha/eslint_autoFixOnSave_deprecated
Browse files Browse the repository at this point in the history
vscode-eslint v2 settings patch
  • Loading branch information
Orta authored Jan 15, 2020
2 parents cb56e37 + ac3588f commit 003f86e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 003f86e

Please sign in to comment.