Skip to content

Commit

Permalink
Update recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 7, 2024
1 parent 1c38369 commit a596bf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ If you use VSCode, you may wish to install the [ESLint extension](https://market

```json
{
"eslint.format.enable": true,
"[typescript][typescriptreact][javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.preferences.importModuleSpecifier": "non-relative"
}
}
Expand Down

0 comments on commit a596bf8

Please sign in to comment.