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:
parent
3dbfbc97f6
commit
f0a11af56a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user