We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad52150 commit 7e260adCopy full SHA for 7e260ad
packages/html-manager/src/libembed.ts
@@ -2,9 +2,10 @@
2
// Distributed under the terms of the Modified BSD License.
3
4
declare let __webpack_public_path__: string;
5
-// eslint-disable-next-line prefer-const
+/* eslint-disable prefer-const, @typescript-eslint/no-unused-vars */
6
__webpack_public_path__ =
7
(window as any).__jupyter_widgets_assets_path__ || __webpack_public_path__;
8
+/* eslint-enable prefer-const, @typescript-eslint/no-unused-vars */
9
10
import '@fortawesome/fontawesome-free/css/all.min.css';
11
import '@fortawesome/fontawesome-free/css/v4-shims.min.css';
0 commit comments