UNPKG
@hint/formatter-excel
Version:
latest (3.1.36)
3.1.36
3.1.35
3.1.34
3.1.33
3.1.32
3.1.31
3.1.30
3.1.29
3.1.28
3.1.27
3.1.26
3.1.25
3.1.24
3.1.23
3.1.22
3.1.21
3.1.20
3.1.19
3.1.18
3.1.17
3.1.16
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.0
webhint formatter that outputs the result in an Excel file (xlsx)
webhint.io
webhintio/hint
@hint/formatter-excel
/
dist
/
src
/
formatter.d.ts
6 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FormatterOptions
,
IFormatter
}
from
'hint'
;
import
{
Problem
}
from
'@hint/utils-types'
;
export
default
class
ExcelFormatter
implements
IFormatter
{
format
(
messages
:
Problem
[],
options
?:
FormatterOptions
):
Promise
<
void
>; }
//# sourceMappingURL=formatter.d.ts.map