chore(deps): update lint (#1971)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
This commit is contained in:
renovate[bot] 2023-04-11 08:04:22 -07:00 committed by GitHub
parent d33ac87c64
commit 3acf87d5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 156 additions and 152 deletions

View file

@ -1,5 +1,6 @@
<script setup lang="ts">
import type { Editor } from '@tiptap/core'
const { editor } = defineProps<{
editor: Editor
}>()