1.0.6 • Published 4 years ago
eslint-config-lucho-cra v1.0.6
lucho's eslint+prettier config (gamma)
Usage (check types)
npm i -D eslint-config-lucho-type
Where type can be:
- base: for plain node projects
- cra: for create-react-app projects
Installation will generate a .prettierrc.js config in the root directory. Feel free to change it.
basic eslint configuration
Just extend this config in your eslint config file:
{
"extends": ["eslint-config-lucho-base"]
}