1.0.2 • Published 2 years ago
eslint-config-reis v1.0.2
Reis ESLint config
Whats included?
- Standard config base;
- Prettier;
Setup
Node.js
Install dependencies (npm):
npm i -D eslint-config-reisInstall dependencies (yarn):
yarn add -D eslint-config-reisInside .eslintrc.json
{
"extends": "eslint-config-reis/node"
}