Skip to content

Commit

Permalink
allow override .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 26, 2023
1 parent c0bea3c commit 1f1bb8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"workbench.settings.useSplitJSON": true,
"eslint.codeActionsOnSave.rules": null,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
Expand All @@ -12,4 +13,4 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2
}
}

0 comments on commit 1f1bb8e

Please sign in to comment.