Skip to content

Commit 52a7f7e

Browse files
committed
chore: setup formatter and linter for VSCode
1 parent 7c05f2c commit 52a7f7e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/settings.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"editor.formatOnSave": false,
3+
"xo.enable": true,
4+
"xo.format.enable": true,
5+
"[javascript]": {
6+
"editor.defaultFormatter": "samverschueren.linter-xo"
7+
},
8+
"[typescript]": {
9+
"editor.defaultFormatter": "samverschueren.linter-xo"
10+
},
11+
"editor.codeActionsOnSave": {
12+
"source.fixAll": "always"
13+
}
14+
}

0 commit comments

Comments
 (0)