UNPKG

543 BTypeScriptView Raw
1import type { TSESTreeOptions } from './parser-options';
2/**
3 * Removes options that prompt the parser to parse the project with type
4 * information. In other words, you can use this if you are invoking the parser
5 * directly, to ensure that one file will be parsed in isolation, which is much,
6 * much faster.
7 *
8 * @see https://github.com/typescript-eslint/typescript-eslint/issues/8428
9 */
10export declare function withoutProjectParserOptions(opts: TSESTreeOptions): TSESTreeOptions;
11//# sourceMappingURL=withoutProjectParserOptions.d.ts.map
\No newline at end of file