Skip to content

Commit

Permalink
Update recommended eslint config for VSCode (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 committed Jan 31, 2020
1 parent 5bcd3e0 commit d3fa2df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/setup-editor.md
Expand Up @@ -20,13 +20,7 @@ Add these lines to your VSCode Settings:
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"eslint.packageManager": "yarn",
"eslint.validate": [
{ "autoFix": true, "language": "javascript" },
{ "autoFix": true, "language": "javascriptreact" },
{ "autoFix": true, "language": "typescript" },
{ "autoFix": true, "language": "typescriptreact" }
],
"eslint.packageManager": "yarn"
```

### Bracket Pair Colorizer
Expand Down

0 comments on commit d3fa2df

Please sign in to comment.