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

common-good

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-good

All of the best practices without any of the boilerplate

  • 4.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-79.49%
Maintainers
1
Weekly downloads
 
Created
Source

Common-Good

Improve your code without configuration or controversy. This is a JavaScript module that bundles the most popular code formatting and static analysis tools so that you don't have to install or configure them on your own. Each tool works automatically without any configuration, which reduces the number of problems your project needs to manage.

  • Depcheck -- The dependencies you use should match package.json.
  • ESLint -- Your JavaScript should avoid common problems.
  • Prettier -- All of your code should be formatted predictably.
  • StyleLint -- Your styles (CSS, SCSS, etc) should avoid common problems.

Usage

Install with npm:

npm install --save-dev common-good

Add common-good to package.json:

{
  "scripts": {
    "fix": "common-good fix",
    "test": "common-good test"
  }
}

Resolve small problems with npm run fix and test code with npm test.

License

AGPL-3.0

FAQs

Package last updated on 09 Nov 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