Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 62f0ee0

Browse files
committed
Update eslint rule
1 parent f47a0fc commit 62f0ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/eslint/no-use-before-define.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export type NoUseBeforeDefineOption =
99
functions?: boolean;
1010
classes?: boolean;
1111
variables?: boolean;
12+
allowNamedExports?: boolean;
1213
};
1314

1415
/**

0 commit comments

Comments
 (0)