UNPKG
@stoplight/moleculer
Version:
latest (0.14.18)
0.14.18
0.14.17
0.14.12
0.14.12-stoplight.1
Fast & powerful microservices framework for Node.JS
moleculerjs/moleculer
@stoplight/moleculer
/
prettier.config.js
11 lines
(10 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
useTabs:
true
,
printWidth:
100
,
trailingComma:
"none"
,
tabWidth:
4
,
singleQuote:
false
,
semi:
true
,
bracketSpacing:
true
,
arrowParens:
"avoid"
}
;