UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
.prettierrc
10 lines
(9 loc)
•
170 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
false
,
"jsxBracketSameLine"
:
false
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
}