We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd0dbd commit fce8daeCopy full SHA for fce8dae
src/index.ts
@@ -7,6 +7,8 @@ import { ParseError } from "./errors";
7
8
export { AST, ParseError };
9
10
+export const name = "yaml-eslint-parser";
11
+
12
// parser
13
export { parseForESLint };
14
// Keys
0 commit comments