UNPKG
@factory-utils/linter
Version:
latest (1.0.24-public)
1.0.24-public
1.0.23-public
1.0.22-public
1.0.21-public
1.0.20
1.0.18
1.0.18-public
1.0.17-public
1.0.12
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
Factory-Utils Linter contains configuration files for various linters
@factory-utils/linter
/
rules
/
html.json
13 lines
(12 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"indent-width"
:
4
,
"class-style"
:
"dash"
,
"id-class-style"
:
false
,
"attr-name-style"
:
false
,
"img-req-alt"
:
false
,
"img-req-src"
:
false
,
"attr-req-value"
:
false
,
"label-req-for"
:
false
,
"spec-char-escape"
:
false
,
"attr-no-unsafe-char"
:
false
}