Name: js-handler/node_modules/nodeunit/nodelint.cfg
| 1: | //See: http://www.jslint.com/lint.html#options |
| 2: | var options = { |
| 3: | //white: false, // if false, strict whitespace rules should be enforced. |
| 4: | indent: 4, |
| 5: | onevar: false, |
| 6: | vars: true // allow multiple var statement per function. |
| 7: | }; |
