Skip to content

Commit

Permalink
restore .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrmvdao committed Jul 31, 2022
1 parent 4042386 commit 66a8448
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
Expand All @@ -12,6 +12,5 @@
"tslint.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"svg.preview.background": "transparent",
"jestrunner.jestPath": "node_modules/jest/bin/jest.js",
"vscOrganizeImports.formatOnSave": false
"jestrunner.jestPath": "node_modules/jest/bin/jest.js"
}

0 comments on commit 66a8448

Please sign in to comment.