Switch to ESLint projectService (#218)

* Switch to ESLint projectService

* Update copilot instructions to remove deleted files
This commit is contained in:
Nick Alteen
2025-10-31 11:27:30 -04:00
committed by GitHub
parent f16088b6aa
commit b28adb08ed
12 changed files with 58 additions and 95 deletions

1
dist/index.d.ts generated vendored
View File

@@ -1 +0,0 @@
export {};

1
dist/index.js generated vendored
View File

@@ -27297,4 +27297,3 @@ async function run() {
*/
/* istanbul ignore next */
run();
//# sourceMappingURL=index.js.map

1
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

6
dist/main.d.ts generated vendored
View File

@@ -1,6 +0,0 @@
/**
* The main function for the action.
*
* @returns Resolves when the action is complete.
*/
export declare function run(): Promise<void>;

7
dist/wait.d.ts generated vendored
View File

@@ -1,7 +0,0 @@
/**
* Waits for a number of milliseconds.
*
* @param milliseconds The number of milliseconds to wait.
* @returns Resolves with 'done!' after the wait is over.
*/
export declare function wait(milliseconds: number): Promise<string>;