Skip to content

Commit 65a6722

Browse files
committed
Update index.ts
1 parent d0d7347 commit 65a6722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
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)