
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@mkvlrn/prettier
Advanced tools
a packaged prettier configuration with some opinionated defaults
also brings tailwindcss support (order of classes) and imports sorting, both via plugins
installing prettier separately is required, and pinning its version is required to match this config
yarn add prettier@^3.3.3 @mkvlrn/prettier-config -D
on your prettier.config.js file:
export { default } from "@mkvlrn/prettier";
if you want to add rules to the config, you export it as default while adding your rules to the config array:
import config from "@mkvlrn/prettier";
export default {
...config,
// add your rules here
semi: false,
};
FAQs
Custom Prettier configuration for my projects
We found that @mkvlrn/prettier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.