UNPKG
snowflake-pool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Snowflake connection pool
github.com/jorshali/snowflake-pool
snowflake-pool
/
.prettierrc.js
7 lines
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
semi:
true
,
trailingComma:
'none'
,
singleQuote:
true
,
printWidth:
120
,
tabWidth:
2
, }
;