Issue #3324781: Add split text functionality to CKEditor 5 #112
reviewdog [eslint] report
reported by reviewdog 🐶
Findings (31)
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'
webpack.config.js|1 col 14| 'require' is not defined.
webpack.config.js|2 col 12| 'require' is not defined.
webpack.config.js|3 col 17| 'require' is not defined.
webpack.config.js|4 col 8| There should be no space after '{'.
webpack.config.js|4 col 9| 'styles' is assigned a value but never used.
webpack.config.js|4 col 17| 'builds' is assigned a value but never used.
webpack.config.js|4 col 23| There should be no space before '}'.
webpack.config.js|4 col 28| 'require' is not defined.
webpack.config.js|5 col 22| 'require' is not defined.
webpack.config.js|7 col 1| Use the function form of 'use strict'.
webpack.config.js|13 col 1| 'module' is not defined.
webpack.config.js|16 col 50| Use the function form of 'use strict'.
webpack.config.js|25 col 30| Unexpected trailing comma.
webpack.config.js|26 col 14| Unexpected trailing comma.
webpack.config.js|29 col 33| Unexpected trailing comma.
webpack.config.js|30 col 11| Unexpected trailing comma.
webpack.config.js|32 col 25| Unexpected trailing comma.
webpack.config.js|36 col 9| '__dirname' is not defined.
webpack.config.js|43 col 26| '__dirname' is not defined.
webpack.config.js|47 col 31| Unexpected trailing comma.
webpack.config.js|55 col 19| 'require' is not defined.
webpack.config.js|55 col 90| Definition for rule 'import/no-unresolved' was not found.
webpack.config.js|57 col 30| Unexpected trailing comma.
webpack.config.js|58 col 9| Unexpected trailing comma.
webpack.config.js|61 col 16| There should be no space after '{'.
webpack.config.js|61 col 50| There should be no space before '}'.
webpack.config.js|61 col 53| Unexpected trailing comma.
webpack.config.js|62 col 6| Unexpected trailing comma.
webpack.config.js|65 col 3| 'module' is not defined.
Filtered Findings (0)
Annotations
Check failure on line 6 in js/ckeditor5_plugins/split_paragraph/src/index.js
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
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}
Check failure on line 1 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L1 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":1,"column":14,"nodeType":"Identifier","messageId":"undef","endLine":1,"endColumn":21}
Check failure on line 2 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L2 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":2,"column":12,"nodeType":"Identifier","messageId":"undef","endLine":2,"endColumn":19}
Check failure on line 3 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L3 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":3,"column":17,"nodeType":"Identifier","messageId":"undef","endLine":3,"endColumn":24}
Check failure on line 4 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L4 <object-curly-spacing>(https://eslint.org/docs/rules/object-curly-spacing)
There should be no space after '{'.
Raw output
{"ruleId":"object-curly-spacing","severity":2,"message":"There should be no space after '{'.","line":4,"column":8,"nodeType":"ObjectPattern","messageId":"unexpectedSpaceAfter","endLine":4,"endColumn":9,"fix":{"range":[99,100],"text":""}}
Check failure on line 4 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L4 <no-unused-vars>(https://eslint.org/docs/rules/no-unused-vars)
'styles' is assigned a value but never used.
Raw output
{"ruleId":"no-unused-vars","severity":2,"message":"'styles' is assigned a value but never used.","line":4,"column":9,"nodeType":"Identifier","messageId":"unusedVar","endLine":4,"endColumn":15}
Check failure on line 4 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L4 <no-unused-vars>(https://eslint.org/docs/rules/no-unused-vars)
'builds' is assigned a value but never used.
Raw output
{"ruleId":"no-unused-vars","severity":2,"message":"'builds' is assigned a value but never used.","line":4,"column":17,"nodeType":"Identifier","messageId":"unusedVar","endLine":4,"endColumn":23}
Check failure on line 4 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L4 <object-curly-spacing>(https://eslint.org/docs/rules/object-curly-spacing)
There should be no space before '}'.
Raw output
{"ruleId":"object-curly-spacing","severity":2,"message":"There should be no space before '}'.","line":4,"column":23,"nodeType":"ObjectPattern","messageId":"unexpectedSpaceBefore","endLine":4,"endColumn":24,"fix":{"range":[114,115],"text":""}}
Check failure on line 4 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L4 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":4,"column":28,"nodeType":"Identifier","messageId":"undef","endLine":4,"endColumn":35}
Check failure on line 5 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L5 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":5,"column":22,"nodeType":"Identifier","messageId":"undef","endLine":5,"endColumn":29}
Check failure on line 11 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L7-L11 <strict>(https://eslint.org/docs/rules/strict)
Use the function form of 'use strict'.
Raw output
{"ruleId":"strict","severity":2,"message":"Use the function form of 'use strict'.","line":7,"column":1,"nodeType":"FunctionDeclaration","messageId":"function","endLine":11,"endColumn":2}
Check failure on line 13 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L13 <no-undef>(https://eslint.org/docs/rules/no-undef)
'module' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'module' is not defined.","line":13,"column":1,"nodeType":"Identifier","messageId":"undef","endLine":13,"endColumn":7}
Check failure on line 66 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L16-L66 <strict>(https://eslint.org/docs/rules/strict)
Use the function form of 'use strict'.
Raw output
{"ruleId":"strict","severity":2,"message":"Use the function form of 'use strict'.","line":16,"column":50,"nodeType":"ArrowFunctionExpression","messageId":"function","endLine":66,"endColumn":2}
Check failure on line 25 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L25 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":25,"column":30,"nodeType":"Property","messageId":"unexpected","endLine":25,"endColumn":31,"fix":{"range":[757,758],"text":""}}
Check failure on line 26 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L26 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":26,"column":14,"nodeType":"Property","messageId":"unexpected","endLine":26,"endColumn":15,"fix":{"range":[772,773],"text":""}}
Check failure on line 29 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L29 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":29,"column":33,"nodeType":"Property","messageId":"unexpected","endLine":29,"endColumn":34,"fix":{"range":[852,853],"text":""}}
Check failure on line 30 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L30 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":30,"column":11,"nodeType":"NewExpression","messageId":"unexpected","endLine":30,"endColumn":12,"fix":{"range":[864,865],"text":""}}
Check failure on line 32 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L32 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":32,"column":25,"nodeType":"Property","messageId":"unexpected","endLine":32,"endColumn":26,"fix":{"range":[899,900],"text":""}}
Check failure on line 36 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L36 <no-undef>(https://eslint.org/docs/rules/no-undef)
'__dirname' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'__dirname' is not defined.","line":36,"column":9,"nodeType":"Identifier","messageId":"undef","endLine":36,"endColumn":18}
Check failure on line 43 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L43 <no-undef>(https://eslint.org/docs/rules/no-undef)
'__dirname' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'__dirname' is not defined.","line":43,"column":26,"nodeType":"Identifier","messageId":"undef","endLine":43,"endColumn":35}
Check failure on line 47 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L47 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":47,"column":31,"nodeType":"Property","messageId":"unexpected","endLine":47,"endColumn":32,"fix":{"range":[1236,1237],"text":""}}
Check failure on line 55 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L55 <no-undef>(https://eslint.org/docs/rules/no-undef)
'require' is not defined.
Raw output
{"ruleId":"no-undef","severity":2,"message":"'require' is not defined.","line":55,"column":19,"nodeType":"Identifier","messageId":"undef","endLine":55,"endColumn":26}
Check failure on line 55 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L55 <import/no-unresolved>
Definition for rule 'import/no-unresolved' was not found.
Raw output
{"ruleId":"import/no-unresolved","message":"Definition for rule 'import/no-unresolved' was not found.","line":55,"column":90,"endLine":55,"endColumn":149,"severity":2,"nodeType":null}
Check failure on line 57 in webpack.config.js
github-actions / eslint
[eslint] webpack.config.js#L57 <comma-dangle>(https://eslint.org/docs/rules/comma-dangle)
Unexpected trailing comma.
Raw output
{"ruleId":"comma-dangle","severity":2,"message":"Unexpected trailing comma.","line":57,"column":30,"nodeType":"Property","messageId":"unexpected","endLine":57,"endColumn":31,"fix":{"range":[1780,1781],"text":""}}