
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@localazy/prettier-config
Advanced tools
Install the package using your preferred package manager:
# Using npm
npm install prettier @localazy/prettier-config --save-dev
# Using yarn
yarn add prettier @localazy/prettier-config --dev
# Using pnpm
pnpm add prettier @localazy/prettier-config --save-dev
Add prettier
directly inside your package.json
file:
{
"prettier": "@localazy/prettier-config"
}
To customize your Prettier configuration, create or update your .prettierrc.js
file. You can extend the default
settings provided by @localazy/prettier-config
while overriding specific options as needed.
import localazyConfig from '@localazy/prettier-config';
/** @type {import('prettier').Config} */
const config = {
...localazyConfig,
};
export default config;
For more details on Prettier configuration, visit the Prettier documentation.
This project is licensed under the MIT License.
See LICENSE for details.
FAQs
Unified Prettier configuration for Localazy projects
The npm package @localazy/prettier-config receives a total of 99 weekly downloads. As such, @localazy/prettier-config popularity was classified as not popular.
We found that @localazy/prettier-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.