mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
3d43f0d7a4
Ref #14246
16 lines
413 B
Plaintext
16 lines
413 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,
|
|
|
|
// Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460
|
|
"maximumLineLength": null
|
|
}
|