UNPKG
hexo-mod-abbrlink
Version:
latest (1.34.3)
1.34.3
1.34.2
1.3.2
1.3.0
1.2.0
1.1.0
1.0.0
自用-按自己想法生成的链接
github.com/zzmark/hexo-pinyinlink
rozbo/hexo-abbrlink
hexo-mod-abbrlink
/
.prettierrc.json
12 lines
(10 loc)
•
185 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"useTabs"
:
false
,
"printWidth"
:
120
,
"semi"
:
true
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"parser"
:
"typescript"
}