UNPKG
innomind-vita
Version:
latest (0.0.1)
0.0.1
InnoMind Vita - AI-Powered Industrial Software Platform
innomind-vita
/
.prettierrc.json
13 lines
(12 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"printWidth"
:
100
,
"trailingComma"
:
"es5"
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"auto"
,
"bracketSpacing"
:
true
,
"jsxSingleQuote"
:
false
,
"quoteProps"
:
"as-needed"
}