ft-webplatform/.jsinspectrc
Martin Donnelly 76920442b1 init
2017-09-28 13:04:16 +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
}