@hint/formatter-stylish
Version:
webhint formatter that prints the results using the stylish style
67 lines (66 loc) • 1.77 kB
JSON
{
"line": {
"message": "line",
"description": "Indiates the line of an error."
},
"capitalizederror": {
"description": "Show error text.",
"message": "Error"
},
"capitalizedhint": {
"description": "Show warning text.",
"message": "Hint"
},
"capitalizedinformation": {
"description": "Show information text.",
"message": "Information"
},
"capitalizedwarning": {
"description": "Show warning text.",
"message": "Warning"
},
"col": {
"message": "col",
"description": "Indicates the column of an error."
},
"error": {
"message": "error",
"description": "Show error text."
},
"errors": {
"message": "errors",
"description": "Show errors text."
},
"hint": {
"description": "Show hint text.",
"message": "hint"
},
"hints": {
"description": "Show hints text.",
"message": "hints"
},
"information": {
"description": "Show information text.",
"message": "information"
},
"informations": {
"description": "Show informations text.",
"message": "informations"
},
"partialFound": {
"message": "Found $1 $2, $3 $4, $5 $6 and $7 $8",
"description": "Show a summary of errors and warnings in a hint."
},
"totalFound": {
"message": "Found a total of $1 $2, $3 $4, $5 $6 and $7 $8",
"description": "Show a summary of errors and warnings in a hint."
},
"warning": {
"message": "warning",
"description": "Show warning text."
},
"warnings": {
"message": "warnings",
"description": "Show warnings text."
}
}