Skip to content

Commit 9dce7d3

Browse files
authored
feat: use eslint-json-compat-utils (#372)
1 parent af28a23 commit 9dce7d3

File tree

5 files changed

+37
-905
lines changed

5 files changed

+37
-905
lines changed

.changeset/healthy-parents-peel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-jsonc": minor
3+
---
4+
5+
feat: use eslint-json-compat-utils

lib/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import flatRecommendedWithJson5 from "./configs/flat/recommended-with-json5";
1414
import flatPrettier from "./configs/flat/prettier";
1515
import flatAll from "./configs/flat/all";
1616
import * as meta from "./meta";
17-
import { compatMomoaCreate } from "./utils/compat-momoa";
1817

1918
import {
2019
parseForESLint,
@@ -63,8 +62,6 @@ export {
6362
meta,
6463
configs,
6564
rules,
66-
// tools
67-
compatMomoaCreate,
6865
// types
6966
AST,
7067

0 commit comments

Comments
 (0)