Skip to content

Commit e69b063

Browse files
committed
chore: enable ESLint to always fix issues on save
1 parent cb6cb04 commit e69b063

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
@@ -11,6 +11,6 @@
1111
"eslint.useFlatConfig": true,
1212
"eslint.format.enable": true,
1313
"editor.codeActionsOnSave": {
14-
"source.fixAll.eslint": "explicit"
14+
"source.fixAll.eslint": "always"
1515
}
1616
}

0 commit comments

Comments
 (0)