UNPKG
avn-nvm
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
avn plugin for nvm
github.com/wbyoung/avn-nvm
wbyoung/avn-nvm
avn-nvm
/
test
/
.jshintrc
16 lines
(15 loc)
•
250 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../.jshintrc"
,
"globals"
:
{
"describe"
:
true
,
"it"
:
true
,
"before"
:
true
,
"beforeEach"
:
true
,
"after"
:
true
,
"afterEach"
:
true
,
"expect"
:
true
,
"should"
:
true
,
"sinon"
:
true
}
,
"expr"
:
true
}