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

bounce-in-style

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bounce-in-style

The Bounce style guide, formatter, and commit validator.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
81
increased by102.5%
Maintainers
1
Weekly downloads
 
Created
Source

Bounce in Style

The Bounce style guide, formatter, and commit validator.

Goal

  • a single source of truth for all linting, formatting, commit message validation, changelog generator, semantic versioning
  • minimal config required
  • compatible with all Bounce Typescript projects
  • separate config for react / react-native

Progres and whats next

  • test current setup in terms of linting / formatting
  • try adding airbnb extends (optional, or later)
  • setup cli to run: bis { --staged | --all } { --react }
  • setup commit validator & changelog generator

Instructions

  • Install bounce-in-style and husky
# with npm
npm install bounce-in-style husky -D

# with yarn
yarn add bounce-in-style husky -D
  • Add husky to package.json
{
  "husky": {
    "hooks": {
      "pre-commit": "npx bis"
    }
  }
}
  • Add your own .eslintignore and .prettierignore files to the root of your project.

FAQs

Package last updated on 01 Jun 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