Skip to content

Commit 47cdc8f

Browse files
committed
fix eslint error
1 parent 7f104a7 commit 47cdc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment-full.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class FullEnvironment extends EnvironmentBase {
195195
async requireGenerator(namespace: string) {
196196
if (namespace === undefined) {
197197
try {
198-
// eslint-disable-next-line @typescript-eslint/naming-convention
198+
// eslint-disable-next-line @typescript-eslint/naming-convention, import/no-extraneous-dependencies
199199
const { default: Generator } = await import('yeoman-generator');
200200
return Generator;
201201
} catch {}

0 commit comments

Comments
 (0)