UNPKG
fingerprintjs2sync
Version:
latest (1.5.9)
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
Synchronous version of fingerprintjs2
github.com/valnub/fingerprintjs2sync
valnub/fingerprintjs2sync
fingerprintjs2sync
/
.eslintrc
20 lines
(18 loc)
•
286 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"amd"
:
true
}
,
"globals"
:
{
"swfobject"
:
true
,
"ActiveXObject"
:
true
}
,
"rules"
:
{
"no-fallthrough"
:
false
,
"yoda"
:
false
,
"no-shadow"
:
false
,
"no-new"
:
false
,
"no-extend-native"
:
false
}
,
}