Fast & sweet eslint config
This is the eslint config I use for my projects.
Installation - Make sure you have a project started (npm init
)
npx install-peerdeps --dev @abouthugo/eslint-config-cra
Then, you will need to add the config to your .eslintrc
file:
.eslintrc.json
{
"extends": "@abouthugo/eslint-config-cra"
}