UNPKG
node-hid-stream
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.3
0.0.2
0.0.1
Stream data from HID device in Node.js
agirorn/node-hid-stream
node-hid-stream
/
.eslintrc.json
9 lines
(8 loc)
•
140 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"airbnb-base"
,
"rules"
:
{
"import/no-extraneous-dependencies"
:
0
,
"no-use-before-define"
:
0
,
"strict"
:
0
}
}