From 87277e251ee5ac82ae20a2cca7be1a652bd7ade9 Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Tue, 1 Dec 2015 22:19:55 +0100 Subject: [PATCH] Allow simple-quotes strings if it avoids escaping --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 78cb50d3..56d584f0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -20,7 +20,7 @@ rules: spaced-comment: [2, always] no-console: 0 no-trailing-spaces: 2 - quotes: [2, double] + quotes: [2, double, avoid-escape] globals: $: false