Socket
Book a DemoInstallSign in
Socket

@adonisjs/prettier-config

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/prettier-config

The `@adonisjs/prettier-config` package exports the base configuration for Prettier used by AdonisJS applications and packages.

Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
23K
3.73%
Maintainers
3
Weekly downloads
 
Created
Source

@adonisjs/prettier-config

The @adonisjs/prettier-config package exports the base configuration for Prettier used by AdonisJS applications and packages.

Installation

Install the package as a development dependency from the npm packages registry.

npm i -D @adonisjs/prettier-config

# For yarn lovers
yarn add -D @adonisjs/prettier-config

# For pnpm believers
pnpm add -D @adonisjs/prettier-config

Usage

To enable these rules, add a prettier property in your package.json and reference this shared config as follows:

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

Keywords

prettier

FAQs

Package last updated on 29 Feb 2024

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