UNPKG
neura-sdk
Version:
latest (1.0.0)
1.0.0
TypeScript SDK for interacting with the Neura AI API
neura-sdk
/
.prettierrc
7 lines
•
105 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"semi"
:
true
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
true
,
"printWidth"
:
100
,
"tabWidth"
:
2
}