UNPKG
ds4
Version:
latest (1.0.0-rc1)
1.0.0-rc1
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
Stream events from DualShock 4 controllers
github.com/ehd/node-ds4
ehd/node-ds4
ds4
/
.jshintrc
13 lines
(12 loc)
•
214 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"globalstrict"
:
true
,
"browser"
:
true
,
"node"
:
true
,
"predef"
:
[
"describe"
,
"it"
]
,
"proto"
:
true
,
"quotmark"
:
"single"
,
"strict"
:
true
,
"trailing"
:
true
,
"unused"
:
true
,
"latedef"
:
"nofunc"
}