UNPKG
@ryanmorr/templar
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.1
1.0.0
A simple and versatile DOM templating engine
github.com/ryanmorr/templar
ryanmorr/templar
@ryanmorr/templar
/
test
/
specs
/
.eslintrc
12 lines
•
140 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"env"
:
{
"mocha"
:
true
}
,
"globals"
:
{
"expect"
:
true
,
"sinon"
:
true
}
,
"rules"
:
{
"max-len"
:
0
}
}