UNPKG
lg-thumbnail
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Thumbnail module for lightgallery.
sachinchoolur.github.io/lightGallery
sachinchoolur/lg-thumbnail
lg-thumbnail
/
.jshintrc
19 lines
(18 loc)
•
294 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"node"
:
true
,
"browser"
:
true
,
"esnext"
:
true
,
"bitwise"
:
true
,
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"immed"
:
true
,
"indent"
:
4
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"quotmark"
:
"single"
,
"undef"
:
true
,
"unused"
:
true
,
"strict"
:
true
}