UNPKG
gulp-html-lint
Version:
latest (0.0.2)
0.0.2
0.0.1
Gulp plugin for htmllint
github.com/coditorium/gulp-html-lint
coditorium/gulp-html-lint
gulp-html-lint
/
test
/
.eslintrc
13 lines
(12 loc)
•
140 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"mocha"
:
true
}
,
"globals"
:
{
"requireLib"
:
false
}
,
"rules"
:
{
"padded-blocks"
:
0
,
"no-unused-expressions"
:
0
}
}