tripleo-ui/src/js/components/ui
Honza Pokorny 16514bf462 eslint: use as-needed for arrow-body-style
When a function that is introduced by an arrow, don't insert a return
statement and its required curly braces when not needed.

Bad:

    const f = () => {
        return 1;
    }

Good:

    const f = () => 1

This patch consists of a change to .eslintrc, and automatically fixed
files (via eslint --fix).

Change-Id: I6afc3f91ee2cc44ae149e482d5633876c85c3cff
2018-03-21 11:53:31 -03:00
..
Modals Set CloseModalXButton to use button type 2018-02-12 13:38:20 +01:00
Toolbar eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
cards Resolve CI issues 2018-01-18 09:38:11 +01:00
dropdown eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
forms eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
reduxForm eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
tables eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
BlankSlate.js Add license headers to all js and less files 2017-05-16 18:21:31 +02:00
FloatingToolbar.js Select Roles feature 2018-01-18 11:09:07 +01:00
InlineNotification.js Add license headers to all js and less files 2017-05-16 18:21:31 +02:00
Link.js Update code to React Router v4 API 2017-06-07 14:11:35 +02:00
Loader.js Prevent OverlayLoader content re-renders 2018-02-13 12:37:19 +01:00
NavTab.js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
PageHeader.js Add license headers to all js and less files 2017-05-16 18:21:31 +02:00
ProgressBar.js Add license headers to all js and less files 2017-05-16 18:21:31 +02:00
Tab.js Update code to React Router v4 API 2017-06-07 14:11:35 +02:00
TabPane.js Resolve CI issues 2018-01-18 09:38:11 +01:00