Skip to content

Commit fce8dae

Browse files
authored
feat: export name property (#123)
1 parent ebd0dbd commit fce8dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { ParseError } from "./errors";
77

88
export { AST, ParseError };
99

10+
export const name = "yaml-eslint-parser";
11+
1012
// parser
1113
export { parseForESLint };
1214
// Keys

0 commit comments

Comments
 (0)