Skip to content

Commit

Permalink
editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Dec 29, 2023
1 parent c46c4a2 commit e874951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.workingDirectories": [
"./client",
Expand Down Expand Up @@ -78,5 +78,6 @@
"unused-export-let": "ignore",
"a11y-click-events-have-key-events": "ignore",
"a11y-no-noninteractive-tabindex": "ignore",
}
},
"editor.inlineSuggest.showToolbar": "onHover"
}

0 comments on commit e874951

Please sign in to comment.