first commit
This commit is contained in:
12
WebRoot/node_modules/jquery-ui/.jscsrc
generated
vendored
Normal file
12
WebRoot/node_modules/jquery-ui/.jscsrc
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user