tripleo-ui/src/js/components/deployment_plan
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
..
ConfigurePlanStep.js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
CurrentPlan.js Update deployment workflow tooltips 2018-03-05 13:19:56 -05:00
DeleteStackButton.js Update Delete Deployment Confirmation message 2018-02-09 09:49:23 -05:00
DeployStep.js Remove unneeded icons on buttons 2018-03-05 11:30:34 -05:00
DeploymentConfiguration.js Convert Deployment configuration dialog to ModalPanel 2018-02-13 12:37:19 +01:00
DeploymentConfigurationSummary.js Refactor Loader component 2017-11-14 07:25:49 +01:00
DeploymentFailure.js Resolve CI issues 2018-01-18 09:38:11 +01:00
DeploymentPlan.js Plans routing refactor 2017-07-10 18:54:29 +02:00
DeploymentPlanStep.js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
DeploymentProgress.js Resolve CI issues 2018-01-18 09:38:11 +01:00
DeploymentSuccess.js Fix blank overcloud credentials 2017-06-02 13:44:26 +02:00
HardwareStep.js eslint: use as-needed for arrow-body-style 2018-03-21 11:53:31 -03:00
RolesStep.js Update Manage Roles link to be Inline Button 2018-03-19 19:16:56 -04:00