tripleo-ui/src/__tests__
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
..
actions eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
components eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
mocks Resolve CI issues 2018-01-18 09:38:11 +01:00
reducers Merge "Retrieve os-extra_specs for Nova flavors" 2018-02-23 09:22:08 +00:00
selectors Properly calculate taggedCounts in nodesAssignment 2018-03-05 10:18:37 +01:00
services eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
utils Update dependencies 2018-01-18 10:09:17 +01:00