Closed (fixed)
Project:
Module Filter
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2023 at 15:22 UTC
Updated:
30 Nov 2023 at 19:19 UTC
Jump to comment: Most recent
Address standards in these js files
js/module_filter.modules.js
js/module_filter.modules_bare.js
js/module_filter.modules_tabs.js
NA
Address issues or document why we can't
Implement
Test each file
Review
NA
NA
NA
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
smustgrave commentedSurprised a number of errors wonder if that's the right way. Was following my phpstorm.
Comment #4
jonathan1055 commentedYou have fixed evertything in one hit! Nice work. I don't have phpstorm or eslint, so was doing it bit by bit.
Remember we do not have javascript tests for everything you are changing here, so it will need manual testing.
Comment #5
smustgrave commentedWas able to fix some the estlin suppressions. Some of them are just not worth it. Like turning this into it's own function variable
For about 20 instances.
Comment #6
smustgrave commentedAdded an estlint style file to the repo in the gitlab and got a whole other set of errors (but smaller) so closing this out.
Comment #7
smustgrave commentedComment #8
smustgrave commentedActually just going to open a new MR.
Comment #12
smustgrave commentedFinally got this to a good state. Merged this for the other tickets/MRs
Comment #13
smustgrave commented