Skip to content

Commit 072cdf9

Browse files
fix(create-quasar): Correctly lint the project after creation (#12931)
1 parent cebddb6 commit 072cdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-quasar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async function run () {
112112
process.exit(0)
113113
}
114114

115-
if (scope.lint) {
115+
if (scope.preset.lint) {
116116
try {
117117
await utils.lintFolder(scope)
118118
}

0 commit comments

Comments
 (0)