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

@common-web/lint-staged

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-web/lint-staged

Common Lint staged config

  • 1.0.5
  • latest
  • npm
  • Socket score

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

@common-web/lint-staged

Automatically run linter commands prior to code passes git commit command

Getting started

yarn:

yarn add prettier @common-web/lint-staged -D

npm:

npm install prettier @common-web/lint-staged --save-dev

in your repo create lint-staged.config.js then added the following:

const BaseLintStagedConfig = require('@common-web/lint-staged');

module.exports = BaseLintStagedConfig;

Running Prettier

Add the following to your "scripts" in your package.json


{
    ...,

    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    }
}

Examples

  • Modern Express API

FAQs

Package last updated on 05 Jan 2020

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