UNPKG
jsmf-core
Version:
latest (0.12.0)
0.12.0
0.11.0
0.10.1
0.10.0
Javascript Modelling Framework
github.com/JS-MF/jsmf-core
JS-MF/jsmf-core
jsmf-core
/
.eslintrc.json
26 lines
(25 loc)
•
412 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"env"
:
{
"es6"
:
true
,
"node"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"indent"
:
[
"error"
,
2
]
,
"linebreak-style"
:
[
"error"
,
"unix"
]
,
"quotes"
:
[
"error"
,
"single"
]
,
"semi"
:
[
"error"
,
"never"
]
}
}