UNPKG
@hint/hint-no-friendly-error-pages
Version:
latest (3.3.27)
3.3.27
3.3.26
3.3.25
3.3.24
3.3.23
3.3.22
3.3.21
3.3.20
3.3.19
3.3.18
3.3.17
3.3.16
3.3.15
3.3.14
3.3.13
3.3.12
3.3.11
3.3.10
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
hint that that checks if protocol relative URLs are used
webhint.io
webhintio/hint
@hint/hint-no-friendly-error-pages
/
dist
/
src
/
hint.d.ts
6 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
HintContext
,
IHint
}
from
'hint'
;
export
default
class
NoFriendlyErrorPagesHint
implements
IHint
{
static
readonly
meta
:
import
(
"hint"
).
HintMetadata
;
constructor
(
context
:
HintContext
); }
//# sourceMappingURL=hint.d.ts.map