Fix eslint max-len in es5 files

[MAILPOET-1145]
This commit is contained in:
Pavel Dohnal
2018-02-19 15:17:57 +00:00
parent e484705ac1
commit f7fcec7953
21 changed files with 290 additions and 157 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
define('notice', ['mailpoet', 'jquery'], function (mp, jQuery) { // eslint-disable-line func-names
/*= =================================================================================================
/*= ==========================================================================================
MailPoet Notice:
@@ -22,7 +22,7 @@ define('notice', ['mailpoet', 'jquery'], function (mp, jQuery) { // eslint-disab
// system message (static: true)
MailPoet.Notice.system('You need to updated ASAP!');
================================================================================================== */
=========================================================================================== */
var MailPoet = mp;
MailPoet.Notice = {
version: 1.0,