New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@digitregroup/prettier-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitregroup/prettier-config

DigitRE group's Prettier configuration for all javascript projects.


Version published
Maintainers
4
Created

DigitRE group's Prettier configuration for all javascript projects.

NPM Badge

Install

First, install developement dependencies using npm.

npm install --save-dev prettier @digitregroup/prettier-config

or yarn

yarn add -D prettier @digitregroup/prettier-config

Usage

Once Prettier dependencies installed, simply add prettier config in the package.json file as below.

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

IDE/Editor configuration

PHPStorm

VSCode

FAQs

Package last updated on 13 Oct 2020

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