UNPKG
task-wrap
Version:
latest (0.1.0)
0.1.0
A node-task to wrap input Records with arbitrary text.
tkellen.com
node-task/task-wrap
task-wrap
/
.jshintrc
19 lines
(18 loc)
•
253 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"curly"
:
true
,
"eqeqeq"
:
true
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"sub"
:
true
,
"undef"
:
true
,
"boss"
:
true
,
"eqnull"
:
true
,
"node"
:
true
,
"predef"
:
[
"describe"
,
"it"
,
"beforeEach"
]
}