Jelajahi Sumber

switch to lumino import

Steven Silvester 4 tahun lalu
induk
melakukan
2cd146f17b
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      .eslintrc.js
  2. 1 1
      packages/notebook/src/widget.ts

+ 1 - 0
.eslintrc.js

@@ -39,6 +39,7 @@ module.exports = {
     '@typescript-eslint/no-explicit-any': 'off',
     '@typescript-eslint/no-non-null-assertion': 'off',
     '@typescript-eslint/no-namespace': 'off',
+    '@typescript-eslint/interface-name-prefix': 'off',
     '@typescript-eslint/explicit-function-return-type': 'off',
     '@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': true }],
     '@typescript-eslint/ban-types': 'warn',

+ 1 - 1
packages/notebook/src/widget.ts

@@ -19,7 +19,7 @@ import { PanelLayout, Widget } from '@lumino/widgets';
 
 import { h, VirtualDOM } from '@lumino/virtualdom';
 
-import { ElementExt } from '@phosphor/domutils';
+import { ElementExt } from '@lumino/domutils';
 
 import {
   ICellModel,