Skip to content

Commit

Permalink
Fix EsLint
Browse files Browse the repository at this point in the history
  • Loading branch information
PululuK authored Oct 6, 2023
1 parent 8dcb7b8 commit db16979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/js/components/tinymce-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TinyMCEEditor {
initTinyMCE(config) {
const cfg = {
selector: '.rte',
plugins:
plugins:
/* eslint-disable-next-line max-len */
'align colorpicker link image filemanager table media placeholder lists advlist code table autoresize hr',
browser_spellcheck: true,
Expand Down

0 comments on commit db16979

Please sign in to comment.