UNPKG
kist-dochopper
Version:
latest (0.3.2)
0.3.2
0.3.0
Move elements on page depending on media query.
github.com/niksy/kist-dochopper
niksy/kist-dochopper
kist-dochopper
/
.jshintrc
17 lines
(16 loc)
•
251 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"camelcase"
:
true
,
"eqeqeq"
:
false
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"nonew"
:
true
,
"quotmark"
:
"single"
,
"strict"
:
false
,
"maxparams"
:
4
,
"maxdepth"
:
3
,
"sub"
:
true
,
"undef"
:
true
,
"browser"
:
true
,
"browserify"
:
true
}