UNPKG
codesnippets-cli
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A CLI tool for importing and exporting code snippets via https://codesnippets.dev
codesnippets-cli
/
.prettierrc
10 lines
(9 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"trailingComma"
:
"es5"
,
"printWidth"
:
100
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
false
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
}