Skip to content

Commit d3fa2df

Browse files
authored
Update recommended eslint config for VSCode (#36)
Reference: facebook/create-react-app#8307
1 parent 5bcd3e0 commit d3fa2df

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/setup-editor.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ Add these lines to your VSCode Settings:
2020
"eslint.alwaysShowStatus": true,
2121
"eslint.autoFixOnSave": true,
2222
"eslint.enable": true,
23-
"eslint.packageManager": "yarn",
24-
"eslint.validate": [
25-
{ "autoFix": true, "language": "javascript" },
26-
{ "autoFix": true, "language": "javascriptreact" },
27-
{ "autoFix": true, "language": "typescript" },
28-
{ "autoFix": true, "language": "typescriptreact" }
29-
],
23+
"eslint.packageManager": "yarn"
3024
```
3125

3226
### Bracket Pair Colorizer

0 commit comments

Comments
 (0)