Skip to content

Commit e55c5bd

Browse files
committed
lint fixes
1 parent 2671347 commit e55c5bd

File tree

1 file changed

+0
-1
lines changed
  • packages/angular-cli/commands

1 file changed

+0
-1
lines changed

packages/angular-cli/commands/help.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const HelpCommand = Command.extend({
2020
availableOptions: [],
2121

2222
run: function (commandOptions: any) {
23-
const uniques = {};
2423
let commandFiles = fs.readdirSync(__dirname)
2524
// Remove files that are not JavaScript
2625
.filter(file => file.match(/\.js$/))

0 commit comments

Comments
 (0)