Problem/Motivation
This is basically a child issue of this issue #3443060
Where gulp file has been setup, the gulp file incorporates linting tasks, but stylelint and eslint configuration is yet to be added
Proposed resolution
Add stylelint and eslint config to make the gulp linting task work.
Issue fork school_theme-3460216
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 #3
sourojeetpaul commentedHello,
I've added the respective configuration for stylelint and eslint.
Please have a look!
Comment #4
sourojeetpaul commentedComment #5
sourojeetpaul commentedAfter running the linting task over the defined set of configurations, we're getting a lot of linting issues both from the SCSS and Js files.
I've created a child issue of this, let's address and fix the linting errors as a part of that ticket!
Link to the child issue: https://www.drupal.org/project/school_theme/issues/3460224
Comment #6
tirupati_singh commentedHi @sourojeetpaul, I've applied the provided MR !38 as patch along with the MR !36 provided in the Parent issue. The patches applied cleanly with no errors. I can confirm that on running gulp command linting issues are being detected. Below are the lint errors listed: