sharp/.jshintrc
Lovell Fuller 2d05804fc3 Add cache recommendations for use with Alpine/musl #354
Prevent Windows EBUSY errors during tests
2016-02-11 20:33:33 +00:00

13 lines
182 B
Plaintext

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