UNPKG
eslint-webpack-plugin
Version:
2x (2.7.0)
latest (5.0.3)
5.0.3
5.0.2
5.0.1
5.0.0
4.2.0
4.1.0
4.0.1
4.0.0
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.7.0
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
0.1.0
0.0.1
A ESLint plugin for webpack
github.com/webpack/eslint-webpack-plugin
webpack/eslint-webpack-plugin
eslint-webpack-plugin
/
types
/
ESLintError.d.ts
9 lines
(8 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
=
ESLintError
;
declare
class
ESLintError
extends
Error
{
/** *
@param
{
string=
} messages messages */
constructor
(
messages
?:
string
|
undefined
);
stack
:
string
; }