Closed (fixed)
Project:
Footnotes
Version:
4.0.0-alpha1
Component:
Footnotes
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2024 at 07:15 UTC
Updated:
8 Feb 2024 at 10:09 UTC
Jump to comment: Most recent
Eslint is currently disabled in gitlab-ci.yml
Run any pipeline
Comment out this bit in gitlab-ci.yml
variables:
SKIP_ESLINT: '1'
Fix any eslint errors
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
scott_euser commentedComment #8
thakurnishant_06 commentedHi @scotteuser,
Fixed all the errors and warnings reported by the Eslint , Kindly review the changes.
Thank you.
Comment #10
scott_euser commentedGreat, thank you!