We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64b225 commit 9a84972Copy full SHA for 9a84972
src/index.ts
@@ -10,6 +10,8 @@ import {
10
import type * as AST from "./parser/ast";
11
import { getVisitorKeys } from "./parser/visitor-keys";
12
13
+export const name = "jsonc-eslint-parser";
14
+
15
// parser
16
export { parseForESLint };
17
// Keys
0 commit comments