sharp/.jshintrc
Lovell Fuller 2a56de69cc Add Alpine Linux packaging test #354
Requires libvips cache to be disabled for tests
Skip tiff/magick tests when format unavailable
2016-02-11 18:30:50 +00:00

14 lines
198 B
Plaintext

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