Problem/Motivation
At #3417482: [Meta] Pass Eslint validations we are aiming to have all the eslint validation checks passing for the Examples module.
On this issue, we'll be focused on the plugin_type_example sub-module
Initial errors detected by 27/01/2024
modules/plugin_type_example/plugin_type_example.services.yml
6:3 error Expected line before comment lines-around-comment
9:5 error Expected line before comment lines-around-comment
Proposed resolution
- Check the parent issue for detailed instructions about how to run eslint locally
- Run eslint against the submodule: plugin_type_example
- Fix the issues found and make a MR with the fixes.
Issue fork examples-3417508
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
tyler36 commentedComment #5
tyler36 commentedTests are failing due to un-related issue.
Comment #7
avpadernoComment #9
avpaderno