Fix eslint rule indent
This commit is contained in:
@ -48,7 +48,6 @@
|
|||||||
"keyword-spacing": 0,
|
"keyword-spacing": 0,
|
||||||
"default-case": 0,
|
"default-case": 0,
|
||||||
"quote-props": 0,
|
"quote-props": 0,
|
||||||
"indent": 0,
|
|
||||||
"arrow-parens": 0,
|
"arrow-parens": 0,
|
||||||
"array-callback-return": 0,
|
"array-callback-return": 0,
|
||||||
"consistent-return": 0,
|
"consistent-return": 0,
|
||||||
|
@ -36,5 +36,5 @@ define(['react', 'classnames'], (React, classNames) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return ListingGroups;
|
return ListingGroups;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -2,7 +2,7 @@ define([
|
|||||||
'react',
|
'react',
|
||||||
'classnames',
|
'classnames',
|
||||||
'mailpoet'
|
'mailpoet'
|
||||||
], (
|
], (
|
||||||
React,
|
React,
|
||||||
classNames,
|
classNames,
|
||||||
MailPoet
|
MailPoet
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
define([
|
define([
|
||||||
'mailpoet',
|
'mailpoet',
|
||||||
'react'
|
'react'
|
||||||
], (
|
], (
|
||||||
MailPoet,
|
MailPoet,
|
||||||
React
|
React
|
||||||
) => {
|
) => {
|
||||||
|
@ -32,7 +32,7 @@ const _timeOfDayValues = _.object(_.map(
|
|||||||
date.setSeconds(seconds);
|
date.setSeconds(seconds);
|
||||||
const timeLabel = MailPoet.Date.format(date, { format: timeFormat, offset: 0 });
|
const timeLabel = MailPoet.Date.format(date, { format: timeFormat, offset: 0 });
|
||||||
return [seconds, timeLabel];
|
return [seconds, timeLabel];
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
const _weekDayValues = {
|
const _weekDayValues = {
|
||||||
|
Reference in New Issue
Block a user