Skip to content

chore: remove unused eslint-disable directives - #35482

Merged
Yury Semikhatsky (yury-s) merged 2 commits into
microsoft:mainfrom
yury-s:ellint-no-restricted-globals
Apr 3, 2025
Merged

chore: remove unused eslint-disable directives#35482
Yury Semikhatsky (yury-s) merged 2 commits into
microsoft:mainfrom
yury-s:ellint-no-restricted-globals

Conversation

@yury-s

@yury-s Yury Semikhatsky (yury-s) commented Apr 3, 2025

Copy link
Copy Markdown
Member
  • Update eslint rule definitions for packages/playwright-core/src/utils/. There must be one rule definition per path. Previously, there were multiple rule definitions for the same path (packages/playwright-core/src/utils/isomorphic/**/*.ts and packages/playwright-core/src/utils/**/*.ts) and only one rule set worked, while we wanted to actually apply both noWebGlobalsRules and noNodeGlobalsRules. noWebGlobalsRules is commented out for now until newly found violations in packages/playwright-core/src/utils/ are fixed or we chose a different way to address the builtins issue.
  • Drive-by remove stale DEPS.list from utils/isomorphic.

@pavelfeldman

Copy link
Copy Markdown
Member

These are actually important, you should make sure they are checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants