node-query/node_modules/nodeunit/nodelint.cfg

8 lines
239 B
INI
Executable File

//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.
};