-
Notifications
You must be signed in to change notification settings - Fork 156
👌 [RUM-10290] Remove built extensions from ignored in eslint.config #3609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👌 [RUM-10290] Remove built extensions from ignored in eslint.config #3609
Conversation
… ignored in eslint.config.mjs
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
…uild-browser-extensions
/to-staging |
View all feedbacks in Devflow UI.
Commit d2b430ed94 will soon be integrated into staging-24.
Commit d2b430ed94 has been merged into staging-24 in merge commit 15d1aff633. Check out the triggered pipeline on Gitlab 🦊 If you need to revert this integration, you can use the following command: |
…tensions (#3609) into staging-24 Integrated commit sha: d2b430e Co-authored-by: BeltranBulbarellaDD <[email protected]>
… ignored in eslint.config.mjs
Motivation
Currently we ignore the browser extensions we use for testing form eslint rules. The aim of this PR is to remove that rule.
Changes
Added a
ts.config
file to base-extension. Migrated files to be in typescript.Fixed linter errors in base-extension
Test instructions
Should build, pass CI and most importantly be able to release.
Checklist