UNPKG
ast-hoist
Version:
latest (3.1.0)
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
hoist your variables (and function declarations)
github.com/nathan7/ast-hoist
nathan7/ast-hoist
ast-hoist
/
.jshintrc
9 lines
(8 loc)
•
117 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"asi"
:
true
,
"laxbreak"
:
true
,
"laxcomma"
:
true
,
"globalstrict"
:
true
,
"node"
:
true
,
"newcap"
:
false
}