Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@senojs/prettier-config

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senojs/prettier-config

prettier config

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by183.33%
Maintainers
4
Weekly downloads
 
Created
Source

@senojs/prettier-config

prettier config

Usage

Reference it in your package.json:

{
  "name": "your-cool-library",
  "version": "1.0.0",
  "prettier": "@senojs/prettier-config"
}

If you don’t want to use package.json, or if you need to extend the configuration to overwrite some properties from our configuration, import the file in a .prettierrc.js file and export the modifications, e.g:

import senojsPrettierConfig from '@senojs/prettier-config'

export default {
  ...senojsPrettierConfig,
  printWidth: 120,
}

Keywords

FAQs

Package last updated on 08 Sep 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc