Skip to content

Commit e8a1f7a

Browse files
committed
fix: lint error
1 parent fc2bde2 commit e8a1f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/eject/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function _eject(flags: EjectOptions) {
9292
fs.readFileSync(path.join(astroIntegrationPath, 'package.json'), 'utf-8'),
9393
);
9494

95-
let newDependencies = [];
95+
const newDependencies = [];
9696

9797
for (const dep of REQUIRED_DEPENDENCIES) {
9898
if (!(dep in pkgJson.dependencies) && !(dep in pkgJson.devDependencies)) {

0 commit comments

Comments
 (0)