-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[JS] Migrate eslint to latest #13825
Conversation
PR Description updated to latest commit (f9360a4)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Eslint migration to 9.x.x
Description
Motivation and Context
Types of changes
Checklist
Type
enhancement
Description
package.json
,package-lock.json
, andpnpm-lock.yaml
to reflect the migration to ESLint 9.0.0 and the addition of new ESLint plugins.Changes walkthrough
.eslintrc.js
Remove Old ESLint Configuration
javascript/node/selenium-webdriver/.eslintrc.js
eslint.config.js
Introduce New ESLint Configuration
javascript/node/selenium-webdriver/eslint.config.js
and rules.
BUILD.bazel
Update Bazel Targets for ESLint Changes
javascript/node/selenium-webdriver/BUILD.bazel
dependencies.
package.json
Update ESLint and Plugins in package.json
javascript/node/selenium-webdriver/package.json
devDependencies
with new ESLint and related plugins.package-lock.json
Update package-lock.json for ESLint Migration
package-lock.json
dependencies.
pnpm-lock.yaml
Update pnpm-lock.yaml for ESLint Migration
pnpm-lock.yaml