I'd like us to consider replacing eslint with oxlint across all Open edX frontend repos. This ticket is to track work to test Oxlint in this MFE's codebase. See the related PRs for findings.
PR to test oxlint in this repo on a trial basis: #2847
Issues found from testing
Private ref MNG-4763
I'd like us to consider replacing eslint with oxlint across all Open edX frontend repos. This ticket is to track work to test Oxlint in this MFE's codebase. See the related PRs for findings.
PR to test oxlint in this repo on a trial basis: #2847
Issues found from testing
awaitstatements in test code test: fix test code improperly using/missing 'await' #2560awaitstatements chore: fix incorrect or missing 'await' usages #2592undefinedtype on optional parameters chore: fix unnecessary 'undefined' types #2589errorvariables chore: don't name unused errors in catch expressions #2591.toString()usages chore: fix no-base-to-string #2597eval()! Fix parsing of OLX "correct" attribute #2848Private ref MNG-4763