1.0.4 • Published 6 years ago
@plyo/dev-tools v1.0.4
Plyo Dev Tools
This repo is designed to be a single dev dependency for Plyo's micro services.
Installation
> yarn add -D @plyo/dev-toolsafter 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.
1.0.4
6 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
8 years ago
1.0.0-alpha.5
8 years ago
1.0.0-alpha.4
8 years ago
1.0.0-alpha.3
8 years ago
1.0.0-alpha.2
8 years ago
1.0.0-alpha.1
8 years ago
1.0.0-alpha
8 years ago