UNPKG
@alucpro/note-tool
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A NodeJS script that deal with markdown note.
github.com/AlucPro/note-tool
AlucPro/note-tool
@alucpro/note-tool
/
.prettierrc
10 lines
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"endOfLine"
:
"lf"
,
"printWidth"
:
80
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
}