We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d7347 commit 65a6722Copy full SHA for 65a6722
src/index.ts
@@ -7,6 +7,8 @@ import { getProjectConfigFiles } from "./utils/get-project-config-files";
7
const DEFAULT_EXTRA_FILE_EXTENSIONS = [".vue", ".svelte", ".astro"];
8
const tsServiceManager = new TSServiceManager();
9
10
+export const name = "typescript-eslint-parser-for-extra-files";
11
+
12
export function parseForESLint(
13
code: string,
14
options: ParserOptions = {}
0 commit comments