UNPKG
hexo-abbrlink
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.6
2.1.5
2.0.5
2.0.4
2.0.2
2.0.1
1.0.3
1.0.2
1.0.1
1.0.0
create one and only link for every post for hexo
github.com/Rozbo/hexo-abbrlink
Rozbo/hexo-abbrlink
hexo-abbrlink
/
.prettierrc.json
12 lines
(10 loc)
•
174 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"useTabs"
:
false
,
"printWidth"
:
120
,
"semi"
:
true
,
"tabWidth"
:
4
,
"singleQuote"
:
true
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"parser"
:
"typescript"
}