UNPKG
@maptalks/function-type
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
function type support for maptalks
github.com/maptalks/function-type
maptalks/function-type
@maptalks/function-type
/
.eslintrc
19 lines
(18 loc)
•
273 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"root"
:
true
,
"env"
:
{
"es6"
:
true
,
"mocha"
:
true
}
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
,
"extends"
:
[
"maptalks"
]
,
"globals"
:
{
"expect"
:
true
}
,
"rules"
:
{
}
}