UNPKG
santari
Version:
latest (2.5.23)
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.3
2.3.2
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.0.0
1.0.0
Dependency Watcher
github.com/remicass/santari
remicass/santari
santari
/
.eslintrc
18 lines
•
320 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"extends"
:
[
"airbnb/base"
]
,
"env"
:
{
"node"
:
true
,
"es6"
:
true
,
"mocha"
:
true
}
,
"rules"
:
{
"no-console"
:
0
,
"comma-dangle"
:
0
,
"import/no-extraneous-dependencies"
:
0
,
"consistent-return"
:
0
,
"prefer-promise-reject-errors"
:
"off"
,
"no-restricted-globals"
:
"off"
}
}