@hint/utils-types
v1.2.1
Published
Common types package
Downloads
71,467
Readme
Types utils (@hint/utils-types
)
Set of common types used in webhint.
Installation
This package is installed automatically when adding webhint to your project so running the following is enough:
npm install hint --save-dev
Types
Category
: Enum with the categories used for HintsProblem
: Type representing an Issue found in a Hints.ProblemLocation
: Type representing the location of a Problem.Severity
: Enum with the severities of a hint.HttpHeaders
: Type representing a HTTP Header.