Skip to content

Commit

Permalink
feat: use eslint-json-compat-utils (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 10, 2024
1 parent af28a23 commit 9dce7d3
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 905 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-parents-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-jsonc": minor
---

feat: use eslint-json-compat-utils
3 changes: 0 additions & 3 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import flatRecommendedWithJson5 from "./configs/flat/recommended-with-json5";
import flatPrettier from "./configs/flat/prettier";
import flatAll from "./configs/flat/all";
import * as meta from "./meta";
import { compatMomoaCreate } from "./utils/compat-momoa";

import {
parseForESLint,
Expand Down Expand Up @@ -63,8 +62,6 @@ export {
meta,
configs,
rules,
// tools
compatMomoaCreate,
// types
AST,

Expand Down
Loading

0 comments on commit 9dce7d3

Please sign in to comment.