sharp/.jshintrc
2015-01-16 22:31:46 +00:00

11 lines
135 B
Plaintext

{
"strict": true,
"node": true,
"maxparams": 4,
"maxcomplexity": 11,
"globals": {
"describe": true,
"it": true
}
}