Skip to content

Commit

Permalink
chore(config): disabled organizeImports action so that VSCode doesn't…
Browse files Browse the repository at this point in the history
… reorganize imports after eslint
  • Loading branch information
MAXOUXAX committed Mar 26, 2024
1 parent 1b507cf commit f4136fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"typescript.surveys.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
"source.fixAll.eslint": "explicit"
/* "source.organizeImports": "explicit" */
},
"files.eol": "\n"
}

0 comments on commit f4136fb

Please sign in to comment.