Skip to content
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

[cli] Fix core example #3847

Merged
merged 5 commits into from
Jul 28, 2024
Merged

Conversation

bharatkashyap
Copy link
Member

@bharatkashyap bharatkashyap added the create-toolpad-app Issues related to the `create-toolpad-app` CLI tool label Jul 26, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 26, 2024
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/* eslint-disable no-console */
Copy link
Member

@Janpot Janpot Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the individual ones. This rule is there to prevent accidental console.logs. When they're marked with // eslint-disable-next-line no-console they are branded as "not accidental". That is a good thing.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 27, 2024
@bharatkashyap bharatkashyap merged commit bdfd9fd into mui:master Jul 28, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-toolpad-app Issues related to the `create-toolpad-app` CLI tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[core] Unable to run the tutorial after installing (using npm)
2 participants