Skip to content

Commit b1f19a6

Browse files
committed
chore: organize imports plugin
1 parent ed30fec commit b1f19a6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useTabs": true,
33
"printWidth": 100,
4-
"experimentalTernaries": true
4+
"experimentalTernaries": true,
5+
"plugins": ["prettier-plugin-organize-imports"]
56
}

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@types/validate-npm-package-name": "^4.0.2",
2525
"@vitest/coverage-v8": "^3.2.4",
2626
"np": "^10.2.0",
27+
"prettier-plugin-organize-imports": "^4.3.0",
2728
"ts-dedent": "^2.2.0",
2829
"typescript": "^5.9.3",
2930
"vitest": "^3.2.4",
@@ -676,6 +677,8 @@
676677

677678
"prettier": ["prettier@3.6.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ=="],
678679

680+
"prettier-plugin-organize-imports": ["prettier-plugin-organize-imports@4.3.0", "", { "peerDependencies": { "prettier": ">=2.0", "typescript": ">=2.9", "vue-tsc": "^2.1.0 || 3" }, "optionalPeers": ["vue-tsc"] }, "sha512-FxFz0qFhyBsGdIsb697f/EkvHzi5SZOhWAjxcx2dLt+Q532bAlhswcXGYB1yzjZ69kW8UoadFBw7TyNwlq96Iw=="],
681+
679682
"pretty-ms": ["pretty-ms@9.2.0", "", { "dependencies": { "parse-ms": "^4.0.0" } }, "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg=="],
680683

681684
"proto-list": ["proto-list@1.2.4", "", {}, "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"@types/validate-npm-package-name": "^4.0.2",
8787
"@vitest/coverage-v8": "^3.2.4",
8888
"np": "^10.2.0",
89+
"prettier-plugin-organize-imports": "^4.3.0",
8990
"ts-dedent": "^2.2.0",
9091
"typescript": "^5.9.3",
9192
"vitest": "^3.2.4",

0 commit comments

Comments
 (0)