UNPKG
tape-index
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.1
3.0.0
2.0.0
1.1.1
1.1.0
1.0.0
Automatically index and test all modules
github.com/medikoo/tape-index
medikoo/tape-index
tape-index
/
.prettierrc.js
8 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
module
.
exports
= {
printWidth
:
100
,
tabWidth
:
4
,
overrides
: [{
files
:
"package.json"
,
options
: {
tabWidth
:
2
} }] };