UNPKG
hashsum
Version:
latest (0.0.1)
0.0.1
Compute the hashsum of various things
github.com/brettstimmerman/hashsum
brettstimmerman/hashsum
hashsum
/
.jshintrc
16 lines
(13 loc)
•
269 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"node"
:
true
,
"boss"
:
true
,
// Suppress warnings for `while (a = fn())` and similar.
"expr"
:
true
,
// Suppress warnings for `a || (a = 1)` and similar.
"predef"
:
[
"after"
,
"afterEach"
,
"before"
,
"beforeEach"
,
"describe"
,
"it"
]
}