You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove eslint-plugin-prettier: As per the official Prettier documentation, the prettier --check . command can be used instead, so eslint-plugin-prettier may no longer be necessary.
Enable eslint-config-prettier: As per the official documentation, it seems that prettier is not specified in the extends section. How about enabling this configuration? This will disable ESLint rules that conflict with Prettier, ensuring a smoother development experience.
Please verify my understanding, as there may be some discrepancies. If everything looks good, I would like to proceed with creating a PR.
The text was updated successfully, but these errors were encountered:
Hi!🖐️ I would like to propose two changes.
prettier --check .
command can be used instead, so eslint-plugin-prettier may no longer be necessary.Please verify my understanding, as there may be some discrepancies. If everything looks good, I would like to proceed with creating a PR.
The text was updated successfully, but these errors were encountered: