Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@deanacus/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deanacus/prettier-config

A Prettier configuration

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@deanacus/prettier-config

My personal preferred Prettier configuration

Installation

yarn add --dev @deanacus/prettier-config
npm install --save-dev @deanacus/prettier-config

Usage

Add a "prettier" entry to your package.json file:

{
  // ...etc
  "prettier": "@deanacus/prettier-config"
  // ...etc
}

Extending/Overriding

Create or update your .prettierrc.js file, and import the config like so:

module.exports = {
  ...require('@deanacus/prettier-config'),
  semi: false,
  // ...etc
};

For more detailed information on configuring Prettier, see the Prettier website.

FAQs

Package last updated on 06 Dec 2021

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