UNPKG
kingraph
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
Plots family trees using JavaScript and Graphviz
kingraph
/
.eslintrc.yml
20 lines
(19 loc)
•
323 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
env:
browser:
true
commonjs:
true
es6:
true
extends:
-
'eslint:recommended'
-
'prettier'
globals:
Atomics:
readonly
SharedArrayBuffer:
readonly
parserOptions:
ecmaVersion:
2018
rules:
quotes:
-
error
-
single
semi:
-
error
-
always