Skip to content

Commit 532c882

Browse files
authored
fix: eslint with prettier (vuejs#25)
1 parent 25d607a commit 532c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async function init() {
261261
}
262262

263263
if (needsEslint) {
264-
renderEslint(root, result)
264+
renderEslint(root, { needsTypeScript, needsTests, needsPrettier })
265265
}
266266

267267
// Render code template.

0 commit comments

Comments
 (0)