Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-42833

[frontend-components] update eslint-config to improve readability

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • Unset
    • None

       

      Linter is changing

      getSpy.mockImplementationOnce(() =>
          Promise.resolve({ data: { data: [mockQuickstart] } })
      );

      To

      getSpy.mockImplementationOnce(() => Promise.resolve({ data: { data: [mockQuickstart] } })); 
      

      which I personally feel is negatively impacting readability. 

      Can be improved by changing print width from 150 to 100 in the eslint-config package.

      # printWidth: 150
      printWidth: 100

       

       

       

              Unassigned Unassigned
              rh-ee-chmulder Charles Mulder
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: