UNPKG
bootlint-gui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
A simple GUI for displaying bootlint errors and warnings
github.com/Textalk/bootlint-gui
bootlint-gui
/
.jshintrc
13 lines
(12 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"undef"
:
true
,
"unused"
:
true
,
"browser"
:
true
,
"trailing"
:
true
,
"indent"
:
2
,
"globals"
:
{
"bootlint"
:
false
,
"document"
:
false
,
"require"
:
true
}
}