We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d26b7 commit 90608daCopy full SHA for 90608da
declarations/ESLintError.d.ts
@@ -1,8 +1,7 @@
1
-export default class ESLintError {
+export default ESLintError;
2
+declare class ESLintError extends Error {
3
/**
4
* @param {string=} messages
5
*/
6
constructor(messages?: string | undefined);
- name: string;
7
- stack: string;
8
}
0 commit comments