Skip to content

Commit 4b06722

Browse files
committed
suppress ESLint warning for tiptap/extension-history
Signed-off-by: silver <s.szmajduch@posteo.de>
1 parent ff37bc8 commit 4b06722

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Editor/PlainTableContentEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<script>
1414
import { Editor } from '@tiptap/core'
15+
/* eslint-disable import/no-named-as-default */
1516
import History from '@tiptap/extension-history'
1617
import MainContainer from './MainContainer.vue'
1718
import Wrapper from './Wrapper.vue'

0 commit comments

Comments
 (0)