typescript-starter
typescript-starter copied to clipboard
Remove eslint-plugin-prettier and Enable eslint-config-prettier
Hi!🖐️ I would like to propose two changes.
-
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.