Socket
Book a DemoInstallSign in
Socket

@localazy/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/prettier-config

Unified Prettier configuration for Localazy projects

1.2.0
latest
Source
npmnpm
Version published
Weekly downloads
190
15.15%
Maintainers
2
Weekly downloads
 
Created
Source

Localazy

📦 @localazy/prettier-config

Unified Prettier configuration for Localazy projects

🚀 Quick Start

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

🔧 Usage

Add prettier directly inside your package.json file:

{
  "prettier": "@localazy/prettier-config"
}

📄 Extending the Configuration

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;

📚 Documentation

For more details on Prettier configuration, visit the Prettier documentation.

📜 License

This project is licensed under the MIT License.

See LICENSE for details.

Keywords

prettier

FAQs

Package last updated on 25 Aug 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.