2.0.0 • Published 6 years ago
eslint-config-mmontes11-react v2.0.0
eslint-config-mmontes11-node
Eslint config for ReactJS by Martín Montes. It extends airbnb and prettier.
Install
npm i --save eslint-config-mmontes11-reactUsage
Create an .eslintrc:
{
"extends": ["mmontes11-react"]
}Prettier
You can redefine prettier default rules by creating a .prettierrc:
{
"printWidth": 120,
"trailingComma": "all"
}