Skip to content

Commit

Permalink
feat: settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
theohdv committed Dec 18, 2023
1 parent 8c221e5 commit d23eaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/vscode/templates/settings.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"editor.formatOnSave": true,
"eslint.codeActionsOnSave.mode": "all",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},

// jest config
Expand Down

0 comments on commit d23eaed

Please sign in to comment.