From 66ed95034336d11c4da191c8292b017c03035948 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 8 Jan 2015 11:14:46 -0500 Subject: [PATCH] Adjust .jshintrc to allow multiline EOL escaping --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 82597a360..1d70b696f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -28,6 +28,7 @@ "maxcomplexity": 6, // Cyclomatic complexity (http://en.wikipedia.org/wiki/Cyclomatic_complexity) "maxdepth": 4, // Maximum depth of nested control structures "maxlen": 120, // Maximum number of cols in a line + "multistr": true // Allow use of multiline EOL escaping "predef": [ // Extra globals. "after",