codenothing/Nlint

View on GitHub
.nlint.json

Summary

Maintainability
Test Coverage
{
    "ignore": [
        "node_modules/",
        ".git/"
    ],
    "linters": {
        "jshint": {
            "undef": true,
            "boss": true,
            "node": true
        }
    }
}