no-useless-concat

This commit is contained in:
Amine Ben hammou
2017-10-31 17:15:09 +00:00
parent 0fd6fa8879
commit e9eae92ba9
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@
"camelcase": 0, "camelcase": 0,
"eqeqeq": 0, "eqeqeq": 0,
"space-unary-ops": 0, "space-unary-ops": 0,
"no-useless-concat": 0,
"no-sequences": 0, "no-sequences": 0,
"no-extra-boolean-cast": 0, "no-extra-boolean-cast": 0,
"dot-notation": 0, "dot-notation": 0,

View File

@@ -17,7 +17,7 @@ define(
const jQuery = jq; const jQuery = jq;
const currentTime = window.mailpoet_current_time || '00:00'; 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 timeOfDayItems = window.mailpoet_schedule_time_of_day;
const dateDisplayFormat = window.mailpoet_date_display_format; const dateDisplayFormat = window.mailpoet_date_display_format;
const dateStorageFormat = window.mailpoet_date_storage_format; const dateStorageFormat = window.mailpoet_date_storage_format;