Skip to content

Commit

Permalink
feat: export name property
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 9, 2023
1 parent ebd0dbd commit d6d3b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -7,6 +7,8 @@ import { ParseError } from "./errors";

export { AST, ParseError };

export const name = "yaml-eslint-parser";

// parser
export { parseForESLint };
// Keys
Expand Down

0 comments on commit d6d3b74

Please sign in to comment.