|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
453 bytes
|
| Line | |
|---|
| 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 |
|---|
Note:
See
TracBrowser
for help on using the repository browser.