File: nodelint.cfg

package info (click to toggle)
node-nodeunit 0.11.3%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,076 kB
  • sloc: javascript: 3,323; makefile: 141
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
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.
};