Skip to content

Commit 90608da

Browse files
fix: update types (#81)
1 parent f6d26b7 commit 90608da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

declarations/ESLintError.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
export default class ESLintError {
1+
export default ESLintError;
2+
declare class ESLintError extends Error {
23
/**
34
* @param {string=} messages
45
*/
56
constructor(messages?: string | undefined);
6-
name: string;
7-
stack: string;
87
}

0 commit comments

Comments
 (0)