aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-08-16 09:59:58 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-09-07 20:03:50 +0300
commit10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 (patch)
tree6b6d7b1375ff88f4bebbfa0703f7b595eb485df9 /.jscsrc
parent7aa46e0df8a673e6b00550bbbbed21eed50108b7 (diff)
downloadjquery-10fdad742a2a6aa9f0e00b3e04fc5264797c53c7.tar.gz
jquery-10fdad742a2a6aa9f0e00b3e04fc5264797c53c7.zip
Build: Update jscs and lint files
Fixes gh-2056
Diffstat (limited to '.jscsrc')
-rw-r--r--.jscsrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.jscsrc b/.jscsrc
index 14f349133..c460130a4 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -1,6 +1,10 @@
{
"preset": "jquery",
+ // remove after https://github.com/jscs-dev/node-jscs/issues/1685
+ // and https://github.com/jscs-dev/node-jscs/issues/1686
+ "requireCapitalizedComments": null,
+
"excludeFiles": [ "external", "src/intro.js", "src/outro.js",
- "test/node_smoke_tests/lib/ensure_iterability.js" ]
+ "test/node_smoke_tests/lib/ensure_iterability.js", "node_modules" ]
}