Skip to content

Commit e6f6950

Browse files
committed
fix: update vscode setttings
1 parent ec85772 commit e6f6950

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"eslint.alwaysShowStatus": true,
33
"editor.codeActionsOnSave": {
44
"source.fixAll.eslint": "explicit"
5-
}
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
612
}

0 commit comments

Comments
 (0)