sharp/.jshintrc
2015-02-16 13:27:22 +00:00

11 lines
135 B
Plaintext

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