Skip to content

Commit 26748a4

Browse files
committed
chore: set source.fixAll.eslint to never
1 parent f6a5d17 commit 26748a4

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
@@ -2,6 +2,6 @@
22
"git.ignoreLimitWarning": true,
33
"deno.enable": false,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true
5+
"source.fixAll.eslint": "never"
66
}
77
}

0 commit comments

Comments
 (0)