-
-
Notifications
You must be signed in to change notification settings - Fork 25
feat(eslint-config): use @eslintplugin/* packages
#1649
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,9 +59,9 @@ | |
| "eslint-plugin-babel": "5.3.1", | ||
| "eslint-plugin-import-x": "4.16.2", | ||
| "eslint-plugin-jest-dom": "5.5.0", | ||
| "eslint-plugin-jsx-a11y": "6.10.2", | ||
| "eslint-plugin-jsx-a11y": "npm:@eslintplugin/eslint-plugin-jsx-a11y@0.0.3", | ||
| "eslint-plugin-prettier": "5.5.5", | ||
| "eslint-plugin-react": "7.37.5", | ||
| "eslint-plugin-react": "npm:@eslintplugin/eslint-plugin-react@0.0.1", | ||
|
Comment on lines
+62
to
+64
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The existing ESLint config files make specific API calls that must be present in the replacement packages:
If either 0.0.x package does not export these config presets or rule names, every downstream Cedar project that runs ESLint will get a hard failure ( |
||
| "eslint-plugin-react-compiler": "19.1.0-rc.2", | ||
| "eslint-plugin-react-hooks": "4.6.2", | ||
| "prettier": "3.8.3", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.