Skip to content

Commit a406836

Browse files
committed
chore(lint): remove unnecessary rule disable
1 parent 54c3bfe commit a406836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { LogLevel } from './types.js';
22

33
export const getLogLevel = (): LogLevel => {
4-
// eslint-disable-next-line no-restricted-globals -- process.env is allowed
54
return (process.env.LOG_LEVEL || 'info') as LogLevel;
65
};

0 commit comments

Comments
 (0)