UNPKG
is-optimizable
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
A tool that checks for V8 optimization killers
marten-de-vries/is-optimizable
is-optimizable
/
.jshintrc
10 lines
(9 loc)
•
125 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"undef"
:
true
,
"unused"
:
"vars"
,
"predef"
:
[
"-Promise"
]
,
"node"
:
true
,
"strict"
:
true
,
"indent"
:
2
,
"maxlen"
:
100
}