UNPKG
postgresql-to-mongodb
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transfer PostgreSQL tables to MongoDB collections.
postgresql-to-mongodb
/
.prettierrc
8 lines
(7 loc)
•
121 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"jsxSingleQuote"
:
true
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"tabWidth"
:
4
}