New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nerkarso/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

@nerkarso/prettier-config

Prettier configuration

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

prettier-config

Prettier configuration.

Installation

npm install -D @nerkarso/prettier-config

Usage

Add a key in your package.json file:

"prettier": "@nerkarso/prettier-config"

Or create a .prettierrc file and export a string:

@nerkarso/prettier-config

Or create a prettier.config.js file and export an object:

module.exports = {
  ...require('@nerkarso/prettier-config'),
  // Properties to be overwritten
};

Keywords

prettier

FAQs

Package last updated on 14 Nov 2023

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