UNPKG
@ibm-cloud/watsonx-data
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.3
0.0.2
IBM Cloud Watsonx.data Node.js SDK
github.com/IBM/watsonxdata-node-sdk
IBM/watsonxdata-node-sdk
@ibm-cloud/watsonx-data
/
.prettierrc.js
8 lines
(7 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
semi:
true
,
trailingComma:
'es5'
,
singleQuote:
true
,
printWidth:
100
,
quoteProps:
'preserve'
, }
;