UNPKG
awaitable-async
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Async wrapped with promises
github.com/marcelo-mason/awaitable-async
marcelo-mason/awaitable-async
awaitable-async
/
.eslintrc
16 lines
(15 loc)
•
290 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"plugins"
:
[
"prettier"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
2017
}
,
"env"
:
{
"node"
:
true
}
,
"extends"
:
[
"standard"
,
"prettier"
]
,
"rules"
:
{
"prettier/prettier"
:
"error"
,
"handle-callback-err"
:
0
,
"space-before-function-paren"
:
"off"
}
}