Skip to content

Commit

Permalink
chore(svelte): remove prettier-plugin-organize-imports from svelte, i…
Browse files Browse the repository at this point in the history
…t has been added to prettier module
  • Loading branch information
murdos committed Oct 2, 2024
1 parent 0b9de52 commit 03d014d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package tech.jhipster.lite.generator.client.svelte.core.domain;

import static tech.jhipster.lite.module.domain.JHipsterModule.append;
import static tech.jhipster.lite.module.domain.JHipsterModule.from;
import static tech.jhipster.lite.module.domain.JHipsterModule.lineBeforeText;
import static tech.jhipster.lite.module.domain.JHipsterModule.moduleBuilder;
Expand Down Expand Up @@ -61,7 +62,6 @@ public JHipsterModule buildSvelteModule(JHipsterModuleProperties properties) {
.addDevDependency(packageName("eslint-plugin-svelte"), SVELTE)
.addDevDependency(packageName("globals"), COMMON)
.addDevDependency(packageName("jsdom"), COMMON)
.addDevDependency(packageName("prettier-plugin-organize-imports"), SVELTE)
.addDevDependency(packageName("prettier-plugin-svelte"), SVELTE)
.addDevDependency(packageName("svelte"), SVELTE)
.addDevDependency(packageName("svelte-check"), SVELTE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"eslint-plugin-svelte": "2.44.0",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-svelte": "3.2.6",
"svelte": "4.2.19",
"svelte-check": "4.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ void shouldCreateSvelteModule() {
.containing(nodeDependency("eslint-plugin-svelte"))
.containing(nodeDependency("globals"))
.containing(nodeDependency("jsdom"))
.containing(nodeDependency("prettier-plugin-organize-imports"))
.containing(nodeDependency("prettier-plugin-svelte"))
.containing(nodeDependency("svelte"))
.containing(nodeDependency("svelte-check"))
Expand Down

0 comments on commit 03d014d

Please sign in to comment.