UNPKG
ngraph.graph2
Version:
latest (21.0.1)
21.0.1
21.0.0
20.5.0
20.4.0
20.3.0
20.2.0
20.1.0
20.0.0
graph data structure
github.com/parweb/ngraph.graph
parweb/ngraph.graph
ngraph.graph2
/
.eslintrc.json
18 lines
(17 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"module"
}
,
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"es6"
:
true
}
,
"rules"
:
{
"semi"
:
"error"
,
"no-undef"
:
"error"
,
"no-unused-vars"
:
"error"
,
"no-shadow"
:
"error"
}
}