UNPKG
dab-js-without-registry
Version:
latest (1.3.8)
1.3.8
1.3.7
JS adapter for DAB
github.com/Psychedelic/DAB-js
Psychedelic/DAB-js
dab-js-without-registry
/
.prettierrc.js
7 lines
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
trailingComma:
"es5"
,
tabWidth:
2
,
semi:
true
,
singleQuote:
true
,
useTabs:
false
}
;