From bcd6d14b032a1a5d210f65b74ae765ec2fc2f699 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 14 Jan 2018 14:42:55 -0800 Subject: [PATCH] fix: allow string escape --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2d0abfd..0e6b298 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ module.exports = { 'capitalized-comments': 0, 'comma-dangle': ['error', 'always-multiline'], curly: 0, - quotes: ['error', 'single'], + quotes: ['error', 'single', {avoidEscape: true}], semi: ['error', 'never'], }, globals: {