UNPKG
chance-object
Version:
latest (1.0.1)
1.0.1
1.0.0
A Chance.js mixin to generate objects.
manovotny/chance-object
chance-object
/
.prettierrc.js
7 lines
(6 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
arrowParens:
'always'
,
bracketSpacing:
false
,
singleQuote:
true
,
tabWidth:
4
}
;