ketilovre/roam

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "bitwise": true,
    "forin": true,
    "noempty": true,
    "nonew": true,
    "unused": true,
    "strict": true,
    "devel": true,

    "expr": true,
    "curly": true,
    "eqeqeq": true,
    "node": true,
    "immed": true,
    "latedef": true,
    "newcap": true,
    "noarg": true,
    "sub": true,
    "undef": true,
    "boss": true,
    "eqnull": true,
    "browser": true,
    "maxparams": 5,
    "maxdepth": 15,
    "maxstatements": 25,
    "maxcomplexity": 20,

    "indent": 2
}