Skip to content

Commit

Permalink
Eslint Setting Change (#5256)
Browse files Browse the repository at this point in the history
# About the pull request

This is merely to address VSC's ESlint extension being so aggressive
about forcing this setting change.

# Explain why it's good for the game

N/A

# Testing Photographs and Procedure
N/A


# Changelog

No player facing changes.
  • Loading branch information
Drulikar authored Dec 20, 2023
1 parent f94b138 commit 72282fb
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 @@ -9,7 +9,7 @@
"**/.pnp.*": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
Expand Down

0 comments on commit 72282fb

Please sign in to comment.