Issue #3324781: Add split text functionality to CKEditor 5 #224
reviewdog.yml
on: pull_request
runner / eslint
16s
runner / phpcs
16s
runner / misspell
14s
Annotations
4 errors
runner / eslint:
js/build/split_paragraph.js#L1
[eslint] reported by reviewdog 🐶
Parsing error: Unexpected token .
Raw Output:
{"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: Unexpected token .","line":1,"column":2598}
|
runner / eslint:
js/ckeditor5_plugins/split_paragraph/src/index.js#L6
[eslint] reported by reviewdog 🐶
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}
|
runner / eslint:
js/ckeditor5_plugins/split_paragraph/src/splitparagraphcommand.js#L6
[eslint] reported by reviewdog 🐶
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}
|
runner / eslint
Process completed with exit code 1.
|