We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256f311 commit 274ec71Copy full SHA for 274ec71
.vscode/settings.json
@@ -1,5 +1,5 @@
1
{
2
- "editor.codeActionsOnSave": { "source.fixAll.eslint": true },
+ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
3
"editor.defaultFormatter": "esbenp.prettier-vscode",
4
"editor.formatOnSave": true,
5
"editor.rulers": [80],
src/steps/writing/creation/dotVSCode.ts
@@ -32,7 +32,7 @@ export async function createDotVSCode(options: Options) {
32
}),
33
"settings.json": await formatJson({
34
"editor.codeActionsOnSave": {
35
- "source.fixAll.eslint": true,
+ "source.fixAll.eslint": "explicit",
36
},
37
38
0 commit comments