Skip to content

Commit

Permalink
enable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Jan 9, 2024
1 parent c597f1d commit b207560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/IntlPolyfill/polyfillDateTimeFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tzLinks: Record<string, string> = {
PST8PDT: 'America/Los_Angeles',
WET: 'Europe/Lisbon',
};
/* eslint-disable @typescript-eslint/naming-convention */
/* eslint-enable @typescript-eslint/naming-convention */

export default function () {
// Because JS Engines do not expose default timezone, the polyfill cannot detect local timezone that a browser is in.
Expand Down

0 comments on commit b207560

Please sign in to comment.