Skip to content

Commit 177cfb8

Browse files
committed
fix lint
1 parent 0c11b90 commit 177cfb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/clerk-js/src/index.headless.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// It's crucial this is the first import,
22
// otherwise chunk loading will not work
3-
// eslint-disable-next-line
3+
44
import './utils/setWebpackChunkPublicPath';
55

66
import { Clerk } from './core/clerk';

packages/clerk-js/src/index.legacy.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// It's crucial this is the first import,
22
// otherwise chunk loading will not work
3-
// eslint-disable-next-line
3+
44
import './utils/setWebpackChunkPublicPath';
55

66
import { Clerk } from './core/clerk';

0 commit comments

Comments
 (0)