-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore(web): add typescript import resolver for eslint #1643
Conversation
WalkthroughThe Changes
Poem
Tip AI model upgrade
|
Code Climate has analyzed commit 777a535 and detected 0 issues on this pull request. View more on Code Climate. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- web/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- web/package.json
✅ Deploy Preview for kleros-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2-university ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2-neo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR-Codex overview
This PR updates ESLint and adds
eslint-import-resolver-typescript
. It also includes enhancements toenhanced-resolve
andfast-glob
packages.Detailed summary
eslint-import-resolver-typescript
version 3.6.1enhanced-resolve
to version 5.17.0 with new dependenciesfast-glob
to version 3.3.2 and added new dependenciesSummary by CodeRabbit
"eslint-import-resolver-typescript": "^3.6.1"
.