Socket
Socket
Sign inDemoInstall

@simplefocus/prettier-config

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @simplefocus/prettier-config

Simple Focus base prettier configuration.


Version published
Weekly downloads
8
increased by700%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 21 Oct 2021

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