Skip to content

Commit da157f5

Browse files
committed
resolve lint
1 parent 2c22691 commit da157f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/graphql-tag-pluck/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ const MissingGlimmerCompilerError = new Error(
405405

406406
async function loadVueCompilerAsync() {
407407
try {
408+
// eslint-disable-next-line import/no-extraneous-dependencies
408409
return await import('@vue/compiler-sfc');
409410
} catch {
410411
throw MissingVueTemplateCompilerError;
@@ -413,6 +414,7 @@ async function loadVueCompilerAsync() {
413414

414415
function loadVueCompilerSync() {
415416
try {
417+
// eslint-disable-next-line import/no-extraneous-dependencies
416418
return require('@vue/compiler-sfc');
417419
} catch {
418420
throw MissingVueTemplateCompilerError;

0 commit comments

Comments
 (0)