UNPKG
sitecheck
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Open Source web application security scanner
github.com/gbaudhuin/sitecheck
gbaudhuin/sitecheck
sitecheck
/
.jshintrc
11 lines
•
183 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"esversion"
:
6
,
"forin"
:
true
,
"futurehostile"
:
true
,
"latedef"
:
"nofunc"
,
"undef"
:
true
,
"unused"
:
"vars"
,
"strict"
:
"global"
,
"node"
:
true
,
"mocha"
:
true
}