Skip to content

Commit

Permalink
fix: update types (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Feb 6, 2021
1 parent f6d26b7 commit 90608da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions declarations/ESLintError.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default class ESLintError {
export default ESLintError;
declare class ESLintError extends Error {
/**
* @param {string=} messages
*/
constructor(messages?: string | undefined);
name: string;
stack: string;
}

0 comments on commit 90608da

Please sign in to comment.