nodelint.cfg 239 Bytes
//See: http://www.jslint.com/lint.html#options
var options = {
    //white: false, // if false,  strict whitespace rules should be enforced.
    indent: 4,
    onevar: false,
    vars: true // allow multiple var statement per function.
};