Skip to content

Commit bda5135

Browse files
committed
revert: settings
1 parent f8bc0de commit bda5135

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
"editor.wordWrapColumn": 120
2525
},
2626
"editor.codeActionsOnSave": {
27-
"source.fixAll.eslint": "explicit",
28-
"source.organizeImports": "explicit"
27+
"source.fixAll.eslint": true,
28+
"source.organizeImports": true
2929
},
3030
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
3131
}
32+

0 commit comments

Comments
 (0)