Skip to content

Commit

Permalink
Add "ESLint Fix All" on Ctrl+S to .vscode/settings.json (tgstation#57698
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stylemistake authored Mar 14, 2021
1 parent a594ef4 commit 98d8f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"**/.yarn": true,
"**/.pnp.*": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
Expand Down

0 comments on commit 98d8f2e

Please sign in to comment.