UNPKG
d3-inertia
Version:
latest (0.4.0)
next (0.2.0-rc.5)
0.4.0
0.3.0
0.2.0
0.2.0-rc.5
0.2.0-rc.4
0.2.0-rc.3
0.2.0-rc.2
0.2.0-rc.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Inertia Dragging
github.com/Fil/d3-inertia
Fil/d3-inertia
d3-inertia
/
.eslintrc.json
17 lines
(16 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"eslint:recommended"
,
"parserOptions"
:
{
"sourceType"
:
"module"
,
"ecmaVersion"
:
8
}
,
"env"
:
{
"es6"
:
true
,
"node"
:
true
,
"browser"
:
true
}
,
"rules"
:
{
"no-cond-assign"
:
0
,
"no-constant-condition"
:
0
}
}