nodelint.cfg 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 //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. };