@@ -103,7 +103,7 @@ runWebpack( webpackConfig )
` * CKEditor 5 (v${ version }) content styles.`,
` * Generated on ${ new Date().toUTCString() }.`,
` * For more information, check out ${ DOCUMENTATION_URL }`,
- ' */\n\n',
+ ' */\n\n'
].join( '\n' );
data += ':root {\n';
@@ -37,7 +37,7 @@ export function renderPerformanceDataButtons( container, extraLabels ) {
'medium': 'medium (semantic)',
'large': 'long (semantic)',
'smallInlineCss': 'short (styled)',
- 'fullWebsitesStyled': 'full websites (styled)',
+ 'fullWebsitesStyled': 'full websites (styled)'
};
if ( extraLabels ) {
@@ -66,7 +66,7 @@ export function getPerformanceData() {
medium: mediumFixture,
large: largeFixture,
smallInlineCss: smallInlineCssFixture,
- fullWebsitesStyled: fullWebsitesStyledFixture,
+ fullWebsitesStyled: fullWebsitesStyledFixture
}
@@ -40,7 +40,7 @@ ClassicEditor
Indent,
Mention,
PasteFromOffice,
- RemoveFormat,
+ RemoveFormat
],
toolbar: [
'heading', 'fontFamily', 'fontSize', 'fontColor', 'fontBackgroundColor', 'highlight', 'alignment', '|',