Skip to content

Issue #3324781: Add split text functionality to CKEditor 5 #221

Issue #3324781: Add split text functionality to CKEditor 5

Issue #3324781: Add split text functionality to CKEditor 5 #221

GitHub Actions / eslint failed Apr 5, 2024 in 1s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (3)

js/build/split_paragraph.js|1 col 2600| Parsing error: Unexpected token .
js/ckeditor5_plugins/split_paragraph/src/index.js|6 col 1| Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
js/ckeditor5_plugins/split_paragraph/src/splitparagraphcommand.js|6 col 1| Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

Filtered Findings (0)

Annotations

Check failure on line 1 in js/build/split_paragraph.js

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] js/build/split_paragraph.js#L1

Parsing error: Unexpected token .
Raw output
{"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: Unexpected token .","line":1,"column":2598}

Check failure on line 6 in js/ckeditor5_plugins/split_paragraph/src/index.js

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] js/ckeditor5_plugins/split_paragraph/src/index.js#L6

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Raw output
{"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: 'import' and 'export' may appear only with 'sourceType: module'","line":6,"column":1}

Check failure on line 6 in js/ckeditor5_plugins/split_paragraph/src/splitparagraphcommand.js

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] js/ckeditor5_plugins/split_paragraph/src/splitparagraphcommand.js#L6

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Raw output
{"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: 'import' and 'export' may appear only with 'sourceType: module'","line":6,"column":1}