Skip to content

Commit

Permalink
chore(vscode): add updateImportsOnFileMove setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 9, 2021
1 parent 0704d1d commit bcf3342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.eol": "\n",
"javascript.updateImportsOnFileMove.enabled": "always",
"npm.packageManager": "npm",
"prettier.arrowParens": "always",
"prettier.endOfLine": "lf",
Expand Down

0 comments on commit bcf3342

Please sign in to comment.