tripleo-ui/src/js/components/nodes
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
..
NodeDrives Update dependencies part II 2018-01-30 12:47:41 +01:00
NodesListView eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
NodesToolbar eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
registerNodes eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
tag_nodes Use Nova profiles in node tagging form 2018-03-05 10:11:31 +01:00
Nodes.js Remove unneeded icons on buttons 2018-03-05 11:30:34 -05:00
NodesTable.js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
NodesTableView.js Merge "Refactor lodash imports" 2018-03-05 20:35:35 +00:00
messages.js Add Introspection status to Nodes 2017-06-23 13:28:04 +02:00