andrewshawcare/thoughtworks-email-signature-generator

View on GitHub
.jsxhintrc

Summary

Maintainability
Test Coverage
{
    "bitwise": true,
    "camelcase": true,
    "curly": true,
    "eqeqeq": true,
    "forin": true,
    "freeze": true,
    "indent": 4,
    "latedef": true,
    "newcap": true,
    "noarg": true,
    "noempty": true,
    "nonew": true,
    "plusplus": true,
    "undef": true,
    "unused": true,
    "strict": true,
    "maxparams": 4,
    "maxdepth": 2,
    "maxstatements": 4,
    "maxcomplexity": 5,
    "maxlen": 0
}