From 637968d55e8cca9082116db726e56dc8a4ec9483 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 14 Oct 2014 01:19:03 +0400 Subject: [PATCH] Removed eslint warning --- lib/rules_typographer/smartquotes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rules_typographer/smartquotes.js b/lib/rules_typographer/smartquotes.js index 6d87310..e262785 100644 --- a/lib/rules_typographer/smartquotes.js +++ b/lib/rules_typographer/smartquotes.js @@ -22,6 +22,7 @@ function addQuote(obj, tokenId, posId, str) { module.exports = function smartquotes(typographer, state) { + /*eslint max-depth:0*/ var i, token, text, t, pos, max, thisLevel, lastSpace, nextSpace, item, canOpen, canClose, j, isSingle, fn, chars, options = typographer.options, replace = {},