generate-patched-file.d.ts 453 B

1234567
  1. /**
  2. * Dynamically generate file to properly patch many versions of ESLint
  3. * @param inputFilePath - Must be an iteration of https://github.com/eslint/eslint/blob/main/lib/linter/linter.js
  4. * @param outputFilePath - Some small changes to linter.js
  5. */
  6. export declare function generatePatchedLinterJsFileIfDoesNotExist(inputFilePath: string, outputFilePath: string, eslintPackageVersion: string): void;
  7. //# sourceMappingURL=generate-patched-file.d.ts.map