aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-24 09:36:06 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-09-11 08:36:41 -0400
commit3d43f0d7a4ac799b756e500341beb02f439a8d6c (patch)
tree61d8ae5062225fc5b9651c3d09139ae1e20ff3f7 /.jscsrc
parenteefe81bbeeb569c8fb7b5a513e40b43f50011c67 (diff)
downloadjquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.tar.gz
jquery-ui-3d43f0d7a4ac799b756e500341beb02f439a8d6c.zip
Build: Style updates
Ref #14246
Diffstat (limited to '.jscsrc')
-rw-r--r--.jscsrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/.jscsrc b/.jscsrc
index de0d7420e..5d6dfd77e 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -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