UNPKG
@lyra/block-content-tests
Version:
latest (0.3.0)
0.3.0
0.2.5
0.2.4
0.2.0
Tests for shared block content rendering logic
vegapublish.com
VegaPublish/vega
@lyra/block-content-tests
/
.eslintrc
11 lines
(10 loc)
•
162 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"env"
:
{
"node"
:
true
,
"browser"
:
true
,
"jest"
:
true
}
,
"rules"
:
{
"id-length"
:
[
"warn"
,
{
"exceptions"
:
[
"i"
,
"w"
,
"h"
]
,
"min"
:
2
}
]
}
}