UNPKG
lesshint-reporter-stylish
Version:
latest (3.0.0)
3.0.0
2.0.1
2.0.0
1.0.0
Stylish reporter for lesshint.
github.com/lesshint/reporter-stylish
lesshint/reporter-stylish
lesshint-reporter-stylish
/
.eslintrc.json
7 lines
(6 loc)
•
80 B
JSON
View Raw
1
2
3
4
5
6
7
{
"extends"
:
"lesshint"
,
"rules"
:
{
"no-console"
:
"off"
}
}