fix some eslint rules
This commit is contained in:
parent
948fd40ccd
commit
75ef84df95
1 changed files with 18 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
/* eslint-disable func-names, space-before-function-paren, no-var, one-var, one-var-declaration-per-line, wrap-iife, no-else-return, consistent-return, object-shorthand, comma-dangle, no-param-reassign, padded-blocks, camelcase, prefer-arrow-callback, max-len */
|
||||
/* eslint-disable func-names, no-var, one-var, one-var-declaration-per-line, object-shorthand, comma-dangle, prefer-arrow-callback, max-len */
|
||||
|
||||
// MarkdownPreview
|
||||
//
|
||||
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
|
||||
return MarkdownPreview;
|
||||
})();
|
||||
}());
|
||||
|
||||
markdownPreview = new window.MarkdownPreview();
|
||||
|
||||
|
@ -151,5 +151,4 @@
|
|||
$form = $(this).closest('form');
|
||||
$(document).triggerHandler('markdown-preview:hide', [$form]);
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
|
|
Loading…
Reference in a new issue