From 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sun, 16 Aug 2015 09:59:58 +0300 Subject: Build: Update jscs and lint files Fixes gh-2056 --- .jscsrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.jscsrc') 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" ] } -- cgit v1.2.3