UNPKG
@gateway.fm/gtw-dvf-client-js
Version:
latest (3.1.7)
3.1.7
3.1.6
3.1.5
DVF client js lib with gateway.fm rpc endpoints
github.com/gateway-fm/gtw-dvf-client-js
@gateway.fm/gtw-dvf-client-js
/
.eslintrc.js
20 lines
(19 loc)
•
304 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports
=
{
env:
{
node:
true
,
browser:
true
,
commonjs:
true
,
es6:
true
,
jest:
true
},
extends:
[
'standard'
],
globals:
{
Atomics:
'readonly'
,
SharedArrayBuffer:
'readonly'
,
BigInt:
'readonly'
},
parserOptions:
{
ecmaVersion:
2020
},
rules:
{} }