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 e2ad3a5 commit 1ed46e7Copy full SHA for 1ed46e7
1 file changed
.vscode/settings.json
@@ -5,7 +5,9 @@
5
"**/node_modules": true,
6
"**/build": true
7
},
8
- "eslint.autoFixOnSave": true,
9
"javascript.validate.enable": false,
10
- "jest.pathToJest": "yarn jest --"
+ "jest.pathToJest": "yarn jest --",
+ "editor.codeActionsOnSave": {
11
+ "source.fixAll.eslint": true
12
+ }
13
}
0 commit comments