We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec85772 commit e6f6950Copy full SHA for e6f6950
.vscode/settings.json
@@ -2,5 +2,11 @@
2
"eslint.alwaysShowStatus": true,
3
"editor.codeActionsOnSave": {
4
"source.fixAll.eslint": "explicit"
5
- }
+ },
6
+ "editor.bracketPairColorization.enabled": true,
7
+ "editor.guides.bracketPairs": "active",
8
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
9
+ "editor.tabSize": 2,
10
+ "eslint.codeActionsOnSave.rules": ["no-unused-vars", "no-undef"],
11
+ "eslint.format.enable": true
12
}
0 commit comments