UNPKG
hexo-imgix
Version:
latest (2.0.1)
2.0.1
2.0.0
1.6.0
1.5.0
1.1.0
1.0.0
Tools supporting imgix in hexo. Included are a filter, tag and helper
hexo-imgix
/
.eslintrc
12 lines
(11 loc)
•
179 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"defaults/configurations/walmart/es6-node"
,
"rules"
:
{
"global-require"
:
0
,
"strict"
:
0
,
"dot-notation"
:
0
}
,
"globals"
:
{
"hexo"
:
true
}
}