Socket
Socket
Sign inDemoInstall

@jessety/prettier-config

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jessety/prettier-config

Prettier config by @jessety


Version published
Weekly downloads
56
decreased by-8.2%
Maintainers
1
Install size
3.60 kB
Created
Weekly downloads
 

Readme

Source

@jessety/prettier-config

Yet another Prettier shareable config.

ci npm license

Installation

npm i -D prettier @jessety/prettier-config

Usage

Reference this package in the prettier section of your package.json:

{
  "name": "your-package-name",
  "version": "1.0.0",
  "prettier": "@jessety/prettier-config"
}

Alternatively, export a string to that references this package from your prettier config file.

For example, a valid .prettierrc.json file would be:

"@jessety/prettier-config"

Extending

To extend this config file in your project, use a .prettierrc.js file:

module.exports = {
  ...require('@jessety/prettier-config'),
  printWidth: 100,
};

License

MIT © Jesse Youngblood

Keywords

FAQs

Last updated on 16 Jan 2022

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc