@@ -5,7 +5,6 @@ import type { IGraphViewerGlobal } from '@growi/remark-drawio';
import { generateViewerMinJsUrl } from './use-viewer-min-js-url';
declare global {
- // eslint-disable-next-line vars-on-top, no-var
var GraphViewer: IGraphViewerGlobal;
}
@@ -6,7 +6,6 @@ import {
} from '../utils/growi-facade-utils';
var pluginActivators: {
[key: string]: {
activate: () => void;
@@ -3,7 +3,6 @@ import { isServer } from '@growi/core/dist/utils/browser-utils';
import deepmerge from 'ts-deepmerge';
var growiFacade: GrowiFacade;
@@ -1,5 +1,5 @@
-/* eslint-disable no-undef, no-var, vars-on-top, no-restricted-globals, regex/invalid, import/extensions */
+/* eslint-disable no-undef, no-restricted-globals, regex/invalid, import/extensions */
// ignore lint error because this file is js as mongoshell
/**
@@ -17,7 +17,6 @@ import { isGraphViewerGlobal } from '../utils/global';
import styles from './DrawioViewer.module.scss';