← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1583346] Re: eslint produces quote-prop warnings

 

Reviewed:  https://review.openstack.org/318337
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f0a11af56aff211e7dc5110414359bcd6d985854
Submitter: Jenkins
Branch:    master

commit f0a11af56aff211e7dc5110414359bcd6d985854
Author: Matt Borland <matt.borland@xxxxxxx>
Date:   Wed May 18 15:02:55 2016 -0600

    Disabling warnings of 'quote-props'
    
    Disables warnings of type 'quote-props' as discussed in a recent IRC meeting.
    
    Change-Id: I36fd59dc639f93997bd9401e622f8ddfc662145e
    Closes-Bug: 1583346


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1583346

Title:
  eslint produces quote-prop warnings

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  eslint currently produces quote-prop warnings, that is complaining
  that:

  {a: 'apple'}

  should be

  {'a': 'apple'}

  On IRC we just decided that this warning is not something we want to
  follow in Horizon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1583346/+subscriptions


References