Skip to content

Commit 470fe18

Browse files
authored
chore: use string values in vs code settings (#856)
1 parent b4226bb commit 470fe18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"files.eol": "\n",
33
"typescript.tsdk": "node_modules/typescript/lib",
44
"editor.codeActionsOnSave": {
5-
"source.organizeImports": false,
6-
"source.fixAll": true,
7-
"source.fixAll.eslint": true
5+
"source.organizeImports": "never",
6+
"source.fixAll": "explicit",
7+
"source.fixAll.eslint": "explicit"
88
},
99
"cSpell.enableFiletypes": ["mdx"]
1010
}

0 commit comments

Comments
 (0)