0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

eslint changes

This commit is contained in:
Víctor Losada Hernández
2026-05-13 12:46:10 +02:00
parent 097b941580
commit 3c4bafd1ad
@@ -1,4 +1,4 @@
/* eslint max-lines: ["error", { "max": 450 }] */ /* eslint max-lines: ["error", { "max": 500 }] */
import { HighlightStyle } from '@codemirror/language'; import { HighlightStyle } from '@codemirror/language';
import { tags } from '@lezer/highlight'; import { tags } from '@lezer/highlight';
import { legacyTokenizeCustomMarkdown } from './legacyCustomHighlight'; import { legacyTokenizeCustomMarkdown } from './legacyCustomHighlight';