UNPKG
kist-toolbox
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Various helpers for my projects.
github.com/niksy/kist-toolbox
niksy/kist-toolbox
kist-toolbox
/
.jshintrc
14 lines
(13 loc)
•
196 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"camelcase"
:
true
,
"eqeqeq"
:
false
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"nonew"
:
true
,
"quotmark"
:
"single"
,
"strict"
:
false
,
"maxparams"
:
4
,
"maxdepth"
:
3
,
"sub"
:
true
}