Skip to content

Commit

Permalink
build: fix for prettier-plugin-organize-imports which deletes imports…
Browse files Browse the repository at this point in the history
… in WebStorm (#463)

# Motivation

The "Refactoring" feature of Webstorm had for results to remove all
imports when code was moved between modules.


https://youtrack.jetbrains.com/issue/WEB-50178#focus=Comments-27-8352541.0-0


simonhaenisch/prettier-plugin-organize-imports#110 (comment)

# Changes

- bump `prettier-plugin-organize-imports`
  • Loading branch information
peterpeterparker authored Nov 14, 2023
1 parent 8a6f5d9 commit 96cdc27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest-mock-extended": "^3.0.5",
"node-fetch": "^3.3.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-organize-imports": "^3.2.4",
"semver": "^7.5.4",
"size-limit": "^9.0.0",
"text-encoding": "^0.7.0",
Expand Down

0 comments on commit 96cdc27

Please sign in to comment.