Fix ES6 space-in-parens eslint rule [MAILPOET-1082]
This commit is contained in:
@@ -51,7 +51,6 @@
|
|||||||
"block-scoped-var": 0,
|
"block-scoped-var": 0,
|
||||||
"no-extra-bind": 0,
|
"no-extra-bind": 0,
|
||||||
"class-methods-use-this": 0,
|
"class-methods-use-this": 0,
|
||||||
"space-in-parens": 0,
|
|
||||||
"no-case-declarations": 0,
|
"no-case-declarations": 0,
|
||||||
"array-bracket-spacing": 0,
|
"array-bracket-spacing": 0,
|
||||||
"no-else-return": 0,
|
"no-else-return": 0,
|
||||||
|
@@ -57,7 +57,7 @@ define(
|
|||||||
<span className={stepClasses}>
|
<span className={stepClasses}>
|
||||||
{ label }
|
{ label }
|
||||||
</span>
|
</span>
|
||||||
{ (index < (this.state.steps.length - 1) ) ? ' > ' : '' }
|
{ (index < (this.state.steps.length - 1)) ? ' > ' : '' }
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user