source: trip-planner-front/node_modules/@types/eslint/use-at-your-own-risk.d.ts@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 504 bytes
Line 
1/** @deprecated */
2export const builtinRules: Map<string, import("./index.js").Rule.RuleModule>;
3/** @deprecated */
4export class FileEnumerator {
5 constructor(params?: {cwd?: string, configArrayFactory?: any, extensions?: any, globInputPaths?: boolean, errorOnUnmatchedPattern?: boolean, ignore?: boolean});
6 isTargetPath(filePath: string, providedConfig?: any): boolean;
7 iterateFiles(patternOrPatterns: string | string[]): IterableIterator<{config: any, filePath: string, ignored: boolean}>;
8}
Note: See TracBrowser for help on using the repository browser.