Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 003f86e

Browse files
author
Orta
authored
Merge pull request #262 from bmiddha/eslint_autoFixOnSave_deprecated
vscode-eslint v2 settings patch
2 parents cb56e37 + ac3588f commit 003f86e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.vscode/settings.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"eslint.autoFixOnSave": true,
4-
"eslint.validate": [
5-
"javascript",
6-
{ "language": "typescript", "autoFix": true }
7-
],
3+
"editor.codeActionsOnSave": {
4+
"source.fixAll.eslint": true
5+
},
6+
"eslint.validate": ["javascript", "typescript"],
87
"editor.formatOnSave": true,
98
"[javascript]": {
109
"editor.formatOnSave": false

0 commit comments

Comments
 (0)