UNPKG
grunt-init
Version:
latest (0.3.2)
master (0.2.0-rc8)
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.2.0-rc8
0.2.0-rc7
0.2.0-rc6
0.2.0-rc5
0.2.0-rc4
0.2.0-rc3
0.2.0-rc2
0.2.0-rc1
0.1.0
Generate project scaffolding from a template.
github.com/gruntjs/grunt-init
gruntjs/grunt-init
grunt-init
/
.jshintrc
16 lines
(14 loc)
•
210 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"curly"
:
true
,
"eqeqeq"
:
true
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"sub"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"boss"
:
true
,
"eqnull"
:
true
,
"node"
:
true
}