瀏覽代碼

Internal (ckeditor5): Fixed trailing commas.

Marek Lewandowski 5 年之前
父節點
當前提交
4d92846d19
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      scripts/docs/build-content-styles.js
  2. 2 2
      tests/_utils/utils.js
  3. 1 1
      tests/manual/wproofreader.js

+ 1 - 1
scripts/docs/build-content-styles.js

@@ -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';

+ 2 - 2
tests/_utils/utils.js

@@ -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
 	};
 }
 

+ 1 - 1
tests/manual/wproofreader.js

@@ -40,7 +40,7 @@ ClassicEditor
 			Indent,
 			Mention,
 			PasteFromOffice,
-			RemoveFormat,
+			RemoveFormat
 		],
 		toolbar: [
 			'heading', 'fontFamily', 'fontSize', 'fontColor', 'fontBackgroundColor', 'highlight', 'alignment', '|',