Skip to content

Commit cdcb2f7

Browse files
committed
fix: typo on tslint
1 parent 1463b36 commit cdcb2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"editor.formatOnSave": true,
44
"editor.codeActionsOnSave": {
55
"source.fixAll.eslint": true,
6-
"source.fixAll.tslist": true,
6+
"source.fixAll.tslint": true,
77
"source.organizeImports": true
88
},
99
"javascript.validate.enable": false,

0 commit comments

Comments
 (0)