UNPKG
gqrx
Version:
latest (0.1.0)
0.1.0
GQRX tcp client
github.com/bthesorceror/gqrx-node
bthesorceror/gqrx-node
gqrx
/
.eslintrc.json
19 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"env"
:
{
"commonjs"
:
true
,
"es6"
:
true
,
"node"
:
true
}
,
"extends"
:
[
"standard"
]
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
,
"rules"
:
{
}
}