-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(plugin-eslint): support implicit configs #683
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d944126. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 7 targets
Sent with 💌 from NxCloud. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit ce6effe with source commit a8c530a. 🏷️ Categories🗃️ Groups👍 2 groups improved, 👎 2 groups regressed
10 other groups are unchanged. 🛡️ Audits👍 5 audits improved, 👎 10 audits regressed, 7 audits changed without impacting score
228 other audits are unchanged. |
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.
Removing code is always a pleasure 🎉
--no-eslintrc
flag is only used for inline configs. For config files it broke folder-specific overrides via nested config files.eslintrc
file path parameter is now optional, onlypatterns
need be specified.