Closed (fixed)
Project:
AJAX Comments
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2024 at 09:52 UTC
Updated:
12 Aug 2024 at 07:19 UTC
Jump to comment: Most recent
#3463301: Setup GitLab CI reports eslint issues in the GitLab CI pipeline, see https://git.drupalcode.org/project/ajax_comments/-/pipelines
Fix eslint issues reported in GitLab CI pipeline
None.
None.
None.
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 #2
tirupati_singh commentedI'm working on it.
Comment #4
tirupati_singh commentedHi @idebr, I've fixed the eslint issues. Please review the MR.
Comment #5
idebr commentedjQuery
.animatecan be replaced with the vanillawindow.scrollTo(), see for reference #3239139: Refactor (if feasible) uses of the jQuery animate function to use Vanilla/nativeComment #6
tirupati_singh commentedComment #7
tirupati_singh commentedHi @idebr, I'v replaced the animate() with window.scrollTo(). Please review the MR changes.
Comment #8
idebr commentedCommitted, thanks!