UNPKG
hbs-blog
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
handlebarjs helper to generate blog pages and navigations
github.com/toh82/hbs-blog
toh82/hbs-blog
hbs-blog
/
.eslintrc
10 lines
•
133 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"env"
:
{
"node"
:
true
,
"es6"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
6
}
,
"extends"
:
"standard"
}