0.0.2 • Published 4 years ago

@abouthugo/eslint-config-cra v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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"
}
0.0.2

4 years ago

0.0.1

4 years ago