no-useless-concat
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
"camelcase": 0,
|
||||
"eqeqeq": 0,
|
||||
"space-unary-ops": 0,
|
||||
"no-useless-concat": 0,
|
||||
"no-sequences": 0,
|
||||
"no-extra-boolean-cast": 0,
|
||||
"dot-notation": 0,
|
||||
|
@@ -17,7 +17,7 @@ define(
|
||||
const jQuery = jq;
|
||||
|
||||
const currentTime = window.mailpoet_current_time || '00:00';
|
||||
const defaultDateTime = window.mailpoet_current_date + ' ' + '00:00:00';
|
||||
const defaultDateTime = window.mailpoet_current_date + ' 00:00:00';
|
||||
const timeOfDayItems = window.mailpoet_schedule_time_of_day;
|
||||
const dateDisplayFormat = window.mailpoet_date_display_format;
|
||||
const dateStorageFormat = window.mailpoet_date_storage_format;
|
||||
|
Reference in New Issue
Block a user