sharp/.jshintrc
Lovell Fuller d1d6155fd1 Increase unit test coverage for recently added operations
Switch param validation to use internal functions
2016-07-11 22:23:15 +01:00

13 lines
182 B
Plaintext

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