codenautas/best-globals

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "asi": false,
    "forin": true,
    "curly": true,
    "node": true,
    "strict": "global",
    "eqnull": true,
    "predef": [ "module", "Promise" ]
}