Skip to content

Commit e2cc179

Browse files
committed
ci: fix validate-cli for eslint
1 parent 0baf89c commit e2cc179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate-cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async function validateStarter(
8383
// Ensure that npm will use an existing version
8484
appPkgJson.devDependencies['@builder.io/qwik'] = 'latest';
8585
appPkgJson.devDependencies['@builder.io/qwik-city'] = 'latest';
86+
appPkgJson.devDependencies['eslint-plugin-qwik'] = 'latest';
8687
writeFileSync(appPkgJsonPath, JSON.stringify(appPkgJson, null, 2));
8788

8889
const tsconfigPath = join(result.outDir, 'tsconfig.json');

0 commit comments

Comments
 (0)