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

@compassdigital/review

Package Overview
Dependencies
Maintainers
55
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compassdigital/review

Code review hooks and tools

  • 6.0.6
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
55
Weekly downloads
 
Created
Source

compassdigital.review

To use this module, install this package and run the review.install command:

$ npm install -D @compassdigital/review
$ npx review.install

The module will update:

  • .editorconfig
  • .eslintrc.js

as well as:

  • and add pretest script to root package that will run eslint before each test eslint --quiet .
  • add prettier.config.js if it doesn't exist
  • add husky config directory if it doesn't exist
  • add pre-commit hook to run lint-staged if it doesn't exist
    • this will run prettier --write on all ts, js, and json files on every commit

To fix ESLINT errors run eslint . --fix or use your editor shortcut. Some errors you might have to fix yourself.

Keywords

FAQs

Package last updated on 21 Dec 2022

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