Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 51d6777

Browse files
ref(setting): Fixed settings eslint autofix on save (#481)
* ref(setting): Fixed settings eslint autofix on save * wip
1 parent 46f76c8 commit 51d6777

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"typescript",
77
"typescriptreact"
88
],
9-
"typescript.tsdk": "node_modules/typescript/lib"
10-
}
9+
"typescript.tsdk": "node_modules/typescript/lib",
10+
"editor.formatOnSave": false,
11+
"editor.codeActionsOnSave": {
12+
"source.fixAll.eslint": true
13+
},
14+
"eslint.alwaysShowStatus": true
15+
}

0 commit comments

Comments
 (0)