Skip to content

Commit 5e31eb8

Browse files
committed
fix typo
1 parent 90fa5ff commit 5e31eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"editor.defaultFormatter": "esbenp.prettier-vscode"
8484
},
8585
"editor.codeActionsOnSave": {
86-
// "source.fixAll.eslint": "explicit",
87-
// "source.fixAll.stylelint": "explicit"
86+
"source.fixAll.eslint": "explicit",
87+
"source.fixAll.stylelint": "explicit"
8888
},
8989
"[vue]": {
9090
"editor.defaultFormatter": "esbenp.prettier-vscode"

0 commit comments

Comments
 (0)