Disabling warnings of 'quote-props'

Disables warnings of type 'quote-props' as discussed in a recent IRC meeting.

Change-Id: I36fd59dc639f93997bd9401e622f8ddfc662145e
Closes-Bug: 1583346
This commit is contained in:
Matt Borland 2016-05-18 15:02:55 -06:00
parent 3dbfbc97f6
commit f0a11af56a
1 changed files with 1 additions and 1 deletions

View File

@ -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