Skip to content

Commit 7e260ad

Browse files
committed
Fix spurious lint warning
1 parent ad52150 commit 7e260ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/html-manager/src/libembed.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
// Distributed under the terms of the Modified BSD License.
33

44
declare let __webpack_public_path__: string;
5-
// eslint-disable-next-line prefer-const
5+
/* eslint-disable prefer-const, @typescript-eslint/no-unused-vars */
66
__webpack_public_path__ =
77
(window as any).__jupyter_widgets_assets_path__ || __webpack_public_path__;
8+
/* eslint-enable prefer-const, @typescript-eslint/no-unused-vars */
89

910
import '@fortawesome/fontawesome-free/css/all.min.css';
1011
import '@fortawesome/fontawesome-free/css/v4-shims.min.css';

0 commit comments

Comments
 (0)