UNPKG
fintech-automation-test
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Autonomous Test Automation
github.com/Satheesh0906/FAT-NPM
Satheesh0906/FAT-NPM
fintech-automation-test
/
.prettierrc
15 lines
(14 loc)
•
304 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"printWidth"
:
80
,
"tabWidth"
:
4
,
"useTabs"
:
true
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
,
"endOfLine"
:
"lf"
,
"jsxSingleQuote"
:
false
,
"proseWrap"
:
"preserve"
,
"htmlWhitespaceSensitivity"
:
"css"
}