UNPKG
@onlabsorg/stilo
Version:
latest (0.19.4)
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.0
0.17.1
0.17.0
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.1
0.13.0
0.12.1
0.12.0
Command line tool for managing olojs document packages
github.com/onlabsorg/stilo
onlabsorg/stilo
@onlabsorg/stilo
/
test
/
test-repository
/
.stilo
/
node_modules
/
function-bind
/
.eslintrc
22 lines
(18 loc)
•
253 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"func-name-matching"
:
0
,
"indent"
:
[
2
,
4
]
,
"no-new-func"
:
[
1
]
,
}
,
"overrides"
:
[
{
"files"
:
"test/**"
,
"rules"
:
{
"max-lines-per-function"
:
0
,
"strict"
:
[
0
]
}
,
}
,
]
,
}