ft/.jsinspectrc
2017-06-09 09:09:06 +01:00

11 lines
223 B
Plaintext

{
"threshold": 30,
"identifiers": true,
"literals": true,
"color": true,
"minInstances": 2,
"ignore": "test|spec.js|mock|.json",
"reporter": "default",
"truncate": 100
}