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

Mr config #61

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Mr config #61

merged 2 commits into from
Sep 28, 2023

Conversation

ralfstx
Copy link
Member

@ralfstx ralfstx commented Sep 28, 2023

No description provided.

We used to run Prettier as a part of ESLint using a plugin. However,
this practice is not recommended by Prettier [1] as it is slower and
adds an unnecessary layer of indirection. This commit removes the
`eslint-plugin-prettier` package and configures auto-formatting with
Prettier in VSCode instead. The formatting is adjusted in some files.

[1]: https://prettier.io/docs/en/integrating-with-linters
This commit upgrades all dependencies to their latest compatible
versions using `npm upgrade --save`. The `nodemon` package is upgraded
to fix a security vulnerability. Prettier 3 is not yet supported by
the VSCode extension, it remains at 2.x.
@ralfstx ralfstx merged commit 3adbd2f into main Sep 28, 2023
1 check passed
@ralfstx ralfstx deleted the mr-config branch September 28, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant