Use modern jsonlint fork

This commit is contained in:
Birk Skyum
2025-01-21 18:14:30 +01:00
parent 87cd79e86f
commit 6cc6e9775a
3 changed files with 100 additions and 121 deletions

View File

@@ -1,5 +1,4 @@
// @ts-expect-error - this is a fork of jsonlint
import jsonlint from 'jsonlint';
import jsonlint from '@prantlf/jsonlint';
import CodeMirror, { MarkerRange } from 'codemirror';
import jsonToAst from 'json-to-ast';
import {expression, validateStyleMin} from '@maplibre/maplibre-gl-style-spec';