Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / 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 };