Skip to content

Commit 3daa10e

Browse files
committedMar 21, 2024··
style(lint): fix linting issue
1 parent 448c235 commit 3daa10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/types/Global.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ declare global {
1717

1818
global.NODE_ENV = process.env.NODE_ENV;
1919

20-
export { };
20+
export {};
2121

2222
/* eslint-enable no-var, vars-on-top*/

0 commit comments

Comments
 (0)
Please sign in to comment.