Skip to content

Commit

Permalink
Apply edits the eslint extension is making itself. (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Dec 21, 2023
1 parent bfda089 commit 699be89
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 @@ -27,8 +27,8 @@
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"eslint.format.enable": true,
"files.eol": "\n",
Expand Down

0 comments on commit 699be89

Please sign in to comment.