UNPKG
revolut
Version:
latest (0.0.2)
0.0.2
An API client for revolut
github.com/feliun/revolut
feliun/revolut
revolut
/
test
/
.eslintrc
13 lines
(12 loc)
•
200 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"mocha"
:
true
}
,
"plugins"
:
[
"mocha"
]
,
"rules"
:
{
"mocha/no-exclusive-tests"
:
2
,
"import/no-extraneous-dependencies"
:
[
"error"
,
{
"devDependencies"
:
true
}
]
}
}