Skip to content

Commit e0ecf4b

Browse files
committed
chore: fix lint issue
1 parent 8302286 commit e0ecf4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function createNgxCli(args) {
2828
});
2929

3030
// Skip confirmation prompt
31+
// eslint-disable-next-line camelcase
3132
process.env.npm_config_yes = true;
3233

3334
return spawn.sync('npx', [...packages, 'ngx', 'new'].concat(args || []), {

0 commit comments

Comments
 (0)