mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
54004c85d0
Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars.
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
{
|
|
"preset": "jquery",
|
|
|
|
// disabled until `widget_slice` et al are addressed
|
|
"requireCamelCaseOrUpperCaseIdentifiers": null,
|
|
|
|
// Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460
|
|
"maximumLineLength": null
|
|
}
|