UNPKG
outlayer
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
1.4.2
1.4.1
1.4.0
1.3.0
the brains and guts of a layout library
github.com/metafizzy/outlayer
metafizzy/outlayer
outlayer
/
test
/
.jshintrc
13 lines
(12 loc)
•
193 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"browser"
:
true
,
"devel"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"globals"
:
{
"CellsByRow"
:
false
,
"gimmeAnItemElement"
:
true
,
"QUnit"
:
false
,
"Outlayer"
:
false
}
}