Skip to content

Commit 5d7e7e5

Browse files
committed
fix lint error
1 parent f89f10d commit 5d7e7e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// MEMO: The tests for this module are covered by `e2e/*.e2e.ts`.
22

3+
// eslint-disable-next-line n/no-unpublished-import -- types only
34
import type { CodegenPlugin } from '@graphql-codegen/plugin-helpers';
45
import { generateCode } from './code-generator.js';
56
import { normalizeConfig, validateConfig } from './config.js';

0 commit comments

Comments
 (0)