Skip to content

Commit d341774

Browse files
committed
fix: modify prettier loading order
1 parent 0756090 commit d341774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export async function defineConfig(
136136
imports(),
137137
unicorn(),
138138
command(),
139-
prettier(),
140139

141140
// Optional plugins (installed but not enabled by default)
142141
perfectionist(),
@@ -221,7 +220,7 @@ export async function defineConfig(
221220
)
222221
}
223222

224-
configs.push(specials())
223+
configs.push(specials(), prettier())
225224

226225
if ('files' in options) {
227226
throw new Error(

0 commit comments

Comments
 (0)