jquery-ui/.jscsrc
Alexander Schmitz 63448148a2 Build: Remove maxLineLength execption in .jscsrc
Also seperates tests into a seperate task because they still have many errors

Closes gh-1690
2016-04-13 11:32:22 -04:00

13 lines
296 B
Plaintext

{
"preset": "jquery",
// This is currently unenforcable see https://github.com/jscs-dev/node-jscs/issues/1686
"requireCapitalizedComments": null,
// Until we drop IE8 this prevents things like warning on float keyword
"es3": true,
// We want to output all errors
"maxErrors": 1000000
}