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

@simplefocus/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplefocus/prettier-config

Simple Focus base prettier configuration.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

@simplefocus/prettier-config

Simple Focus base prettier configuration.

Usage

Install:

$ yarn add --dev @simplefocus/prettier-config

Create prettier.config.js:

module.exports = require('@simplefocus/prettier-config')

Extending/overwriting

Note: In most cases this shouldn't be necessary.

module.exports = {
  ...require('@simplefocus/prettier-config'),
  tabWidth: 2,
}

Publishing to npm

Read npm's docs on How to Update a Package.

  1. Checkout and pull the main branch.

  2. Run the release script to bump the version numbers (the script will create a commit and push up the release branch to GitHub for you).

    sh ./scripts/release
    

    Use semantic versioning to choose the appropriate version number.

  3. Submit and merge a PR from the release branch into main.

  4. Make sure you're logged into npm from the command line using npm whoami. If you're not logged in, npm login.

  5. npm publish

Additional Plugins

Tailwind

Twig

Keywords

FAQs

Package last updated on 21 Oct 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

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