Skip to content

Commit 1886fd0

Browse files
committed
chore(prettier): add prettier-plugin-organize-imports
1 parent dbf5f66 commit 1886fd0

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,3 +1,4 @@
11
{
2-
"printWidth": 120
2+
"printWidth": 120,
3+
"plugins": ["prettier-plugin-organize-imports"]
34
}

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"husky": "^9.1.7",
88
"lint-staged": "^16.2.6",
99
"prettier": "^3.6.2",
10+
"prettier-plugin-organize-imports": "^4.3.0",
1011
"tsdown": "^0.16.6"
1112
},
1213
"scripts": {

0 commit comments

Comments
 (0)