Skip to content

Commit fa10512

Browse files
authored
feat: export name property (#29)
* Update index.ts * Create .changeset/quick-yaks-reflect.md * Update quick-yaks-reflect.md
1 parent d0d7347 commit fa10512

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .changeset/quick-yaks-reflect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"typescript-eslint-parser-for-extra-files": minor
3+
---
4+
5+
feat: export name property

Diff for: src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { getProjectConfigFiles } from "./utils/get-project-config-files";
77
const DEFAULT_EXTRA_FILE_EXTENSIONS = [".vue", ".svelte", ".astro"];
88
const tsServiceManager = new TSServiceManager();
99

10+
export const name = "typescript-eslint-parser-for-extra-files";
11+
1012
export function parseForESLint(
1113
code: string,
1214
options: ParserOptions = {}

0 commit comments

Comments
 (0)