UNPKG
validate-it
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
declarative validator
github.com/vlkosinov/validate-it
validate-it
/
.jshintrc
15 lines
•
248 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"node"
:
true
,
"noarg"
:
true
,
"undef"
:
true
,
"strict"
:
true
,
"nonew"
:
true
,
"trailing"
:
true
,
"indent"
:
2
,
"forin"
:
true
,
"noempty"
:
true
,
"eqeqeq"
:
true
,
"bitwise"
:
true
,
"camelcase"
:
true
,
"nonbsp"
:
true
}