chore(deps): update dependency @antfu/eslint-config to v4 (#3178)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
renovate[bot] 2025-02-03 05:59:04 +00:00 committed by GitHub
parent 76bf8cf09b
commit bfd05f74d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 238 additions and 357 deletions

View file

@ -1,5 +1,6 @@
import type { Parser } from 'prosemirror-highlight/shiki'
import type { BuiltinLanguage } from 'shiki'
import { createParser, type Parser } from 'prosemirror-highlight/shiki'
import { createParser } from 'prosemirror-highlight/shiki'
let parser: Parser | undefined