{
    "maxerr"        : 50,       // {int} Maximum error before stopping

    // Enforcing
    "indent"        : 2,        // {int} Number of spaces to use for indentation
    "quotmark"      : "single",
    "strict"        : false,     // true: Requires all functions run in ES5 Strict Mode

    // Environments
    "mocha"         : true,   // Mocha
    "node"          : true    // Node.js
}
