node-query/node_modules/nodeunit/nodelint.cfg

8 lines
239 B
INI
Raw Normal View History

2014-10-20 16:56:45 -04:00
//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.
};