We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcd3e0 commit d3fa2dfCopy full SHA for d3fa2df
docs/setup-editor.md
@@ -20,13 +20,7 @@ Add these lines to your VSCode Settings:
20
"eslint.alwaysShowStatus": true,
21
"eslint.autoFixOnSave": true,
22
"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
- ],
+ "eslint.packageManager": "yarn"
30
```
31
32
### Bracket Pair Colorizer
0 commit comments