Skip to content

Commit

Permalink
reverting change to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asinn134 committed Apr 26, 2024
1 parent 902c025 commit 0f6b212
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 @@ -17,8 +17,8 @@
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"eslint.autoFixOnSave": "explicit"
"source.fixAll.eslint": true,
"eslint.autoFixOnSave": true
},
"cSpell.words": ["idir"],
"yaml.schemas": {
Expand Down

0 comments on commit 0f6b212

Please sign in to comment.