
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@mintlify/prettier-config
Advanced tools
Prettier is used for code formatting.
Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.
npx install-peerdeps --dev @mintlify/prettier-config
Alternatively, you can install this package as devDependency and install the peerDependencies separately.
# yarn
yarn add -D @mintlify/prettier-config
# npm
npm i -D @mintlify/prettier-config
# pnpm
pnpm add -D @mintlify/prettier-config
Create a .prettierrc file in the project root with the following content:
"@mintlify/prettier-config/config.js"
Add the following package.json scripts (with the appropriate file extensions for the project):
"scripts": {
"format": "prettier \"**/*.{css,js,ts,tsx,md,mdx}\" --write",
"format:check": "prettier \"**/*.{css,js,ts,tsx,md,mdx}\" --check",
...
}
FAQs
Mintlify shared prettier config
The npm package @mintlify/prettier-config receives a total of 138 weekly downloads. As such, @mintlify/prettier-config popularity was classified as not popular.
We found that @mintlify/prettier-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.