Skip to content

Commit

Permalink
Merge pull request #607 from Neovici/vscode-update
Browse files Browse the repository at this point in the history
fix(vscode-settings): change eslint setting
  • Loading branch information
hassanalbaaj authored Mar 11, 2024
2 parents c2950a5 + 15bc85c commit 8c6c410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"**/node_modules/**": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
}

0 comments on commit 8c6c410

Please sign in to comment.