UNPKG
svg-sprite-data
Version:
latest (3.1.0)
3.1.0
3.0.0
2.0.0
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.1
Create SVG sprite data only
github.com/shakyshane/svg-sprite-data
shakyshane/svg-sprite-data
svg-sprite-data
/
.jshintrc
18 lines
(17 loc)
•
276 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
// Enforcing Options
"bitwise"
:
true
,
"camelcase"
:
true
,
"curly"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"noempty"
:
true
,
"nonew"
:
true
,
"regexp"
:
true
,
"strict"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
// Environments
"node"
:
true
}