ft-webplatform/.jsinspectrc

11 lines
223 B
Plaintext
Raw Permalink Normal View History

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