Skip to content

Commit c21e7e3

Browse files
author
Leshe4ka
committed
fix eslint
1 parent ea23c73 commit c21e7e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/lib/hooks/useLocalStorage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import { LOCAL_STORAGE_KEY_PREFIX } from 'lib/constants';
23
import {
34
useState,

frontend/src/lib/hooks/useTimezones.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const generateTimezones = (): Timezone[] => {
5757
}
5858
});
5959
} catch (error) {
60+
// eslint-disable-next-line no-console
6061
console.warn(
6162
'Intl.supportedValuesOf not supported, using fallback timezones'
6263
);

0 commit comments

Comments
 (0)