Browse Source

Removed eslint warning

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
637968d55e
  1. 1
      lib/rules_typographer/smartquotes.js

1
lib/rules_typographer/smartquotes.js

@ -22,6 +22,7 @@ function addQuote(obj, tokenId, posId, str) {
module.exports = function smartquotes(typographer, state) { 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, var i, token, text, t, pos, max, thisLevel, lastSpace, nextSpace, item, canOpen, canClose, j, isSingle, fn, chars,
options = typographer.options, options = typographer.options,
replace = {}, replace = {},

Loading…
Cancel
Save