From 3d6d210563124401aad42814ca5a160b630d0af4 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Thu, 13 Aug 2015 23:18:35 -0700 Subject: [PATCH] updating linting params --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index de145bdd..3a61d18a 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,7 +51,8 @@ gulp.task('js-lint', function() { 'space-before-function-paren': [2, 'never'], 'space-before-blocks': [2, 'always'], 'object-curly-spacing': [2, "always"], - 'brace-style': [2, '1tbs', { allowSingleLine: true }] + 'brace-style': [2, '1tbs', { allowSingleLine: true }], + 'no-control-regex': false }, envs: ['browser'] }))