Skip to content

Commit

Permalink
Fix spurious lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Feb 18, 2022
1 parent ad52150 commit 7e260ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/html-manager/src/libembed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
// Distributed under the terms of the Modified BSD License.

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

import '@fortawesome/fontawesome-free/css/all.min.css';
import '@fortawesome/fontawesome-free/css/v4-shims.min.css';
Expand Down

0 comments on commit 7e260ad

Please sign in to comment.