tripleo-ui/src
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
..
__tests__ eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
img Change tripleo-ui login images 2017-07-10 16:30:49 +02:00
js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
less Fix ModalPanel in Firefox 2018-03-07 18:05:39 +01:00
index.html Remove dist/ directory 2017-02-07 14:03:11 -04:00
webpack.tests.js Add license headers to all js and less files 2017-05-16 18:21:31 +02:00