UNPKG
hint
Version:
latest (7.1.13)
next (6.0.1)
7.1.13
7.1.12
7.1.11
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.2.0
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.0.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.15
1.1.8
1.1.1
1.1.0
1.0.2
1.0.1
The linting tool for the web
webhint.io
webhintio/hint
hint
/
dist
/
src
/
lib
/
types
/
hints.d.ts
10 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
HintContext
}
from
'../hint-context'
;
import
{
HintMetadata
}
from
'./hint-meta'
;
export
*
from
'./hint-meta'
;
export
interface
IHint
{ }
export
interface
IHintConstructor
{
new
(
context
:
HintContext
):
IHint
;
meta
:
HintMetadata
; }
//# sourceMappingURL=hints.d.ts.map