UNPKG
humanlayer-vercel-ai-sdk
Version:
latest (0.1.0-alpha1)
0.1.0-alpha1
typescript client for humanlayer.dev
github.com/humanlayer/humanlayer
humanlayer/humanlayer
humanlayer-vercel-ai-sdk
/
prettier.config.cjs
10 lines
(9 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
arrowParens:
'avoid'
,
bracketSpacing:
true
,
printWidth:
104
,
semi:
false
,
singleQuote:
true
,
tabWidth:
2
,
trailingComma:
'all'
, }