diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 09:36:06 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:36:41 -0400 |
commit | 3d43f0d7a4ac799b756e500341beb02f439a8d6c (patch) | |
tree | 61d8ae5062225fc5b9651c3d09139ae1e20ff3f7 /.jscsrc | |
parent | eefe81bbeeb569c8fb7b5a513e40b43f50011c67 (diff) | |
download | jquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.tar.gz jquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.zip |
Build: Style updates
Ref #14246
Diffstat (limited to '.jscsrc')
-rw-r--r-- | .jscsrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,8 +1,14 @@ { "preset": "jquery", - // disabled until `widget_slice` et al are addressed - "requireCamelCaseOrUpperCaseIdentifiers": null, + // 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 |