sharp/.jshintrc
Lovell Fuller 11329d5e09 Expose control of the number of open files in libvips' cache.
Breaks API of existing cache method.
Disable libvips cache for I/O tests.
2016-02-03 17:48:22 +00:00

13 lines
174 B
Plaintext

{
"strict": true,
"node": true,
"maxparams": 4,
"maxcomplexity": 13,
"globals": {
"before": true,
"after": true,
"describe": true,
"it": true
}
}