Skip to content

Commit

Permalink
update eslint config for vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
masterrob94 committed Feb 27, 2024
1 parent 94b5991 commit c0e79e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "never"
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
Expand Down

0 comments on commit c0e79e6

Please sign in to comment.