1.0.4 • Published 4 years ago

@plyo/dev-tools v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Plyo Dev Tools

This repo is designed to be a single dev dependency for Plyo's micro services.

Installation

> yarn add -D @plyo/dev-tools

after that you need to add scripts into your package.json file:

{
  "scripts": {
    "lint": "lint",
    "lint-staged": "lint --staged",
    "precommit": "lint --staged"
  }
}

Pre-commit will be installed automatically.

You can redefine standard .eslintrc.js file simply declaring it in your project root folder. Also you need to add .prettierrc.js file into your project.