UNPKG

svelte-eslint-parser

Version:
9 lines (8 loc) 276 B
import type { BasicParserObject } from "./parser-object.js"; /** * Load `espree` from the loaded ESLint. * If the loaded ESLint was not found, just returns `require("espree")`. */ export declare function getEspree(): BasicParserObject & { latestEcmaVersion: number; };