From f0a11af56aff211e7dc5110414359bcd6d985854 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 18 May 2016 15:02:55 -0600 Subject: [PATCH] Disabling warnings of 'quote-props' Disables warnings of type 'quote-props' as discussed in a recent IRC meeting. Change-Id: I36fd59dc639f93997bd9401e622f8ddfc662145e Closes-Bug: 1583346 --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 9c964482ab..d745a518ef 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,7 +33,7 @@ rules: no-extra-parens: 1 callback-return: 1 block-scoped-var: 1 - quote-props: 1 + quote-props: 0 space-in-parens: 1 no-use-before-define: 1 no-unneeded-ternary: 1