Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 4f79df2

Browse files
author
Bobby Earl
committed
Fixed linting error.
1 parent 6ab858a commit 4f79df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/generate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function generate(argv) {
154154
try {
155155
const type = argv._[1];
156156
const name = argv._[2];
157-
const force = argv['force'];
157+
const force = argv.force;
158158

159159
switch (type) {
160160
case 'component':

0 commit comments

Comments
 (0)