ft/.jsinspectrc

11 lines
223 B
Plaintext
Raw Normal View History

2017-06-09 08:09:06 +00:00
{
"threshold": 30,
"identifiers": true,
"literals": true,
"color": true,
"minInstances": 2,
"ignore": "test|spec.js|mock|.json",
"reporter": "default",
"truncate": 100
}