1.0.6 • Published 4 years ago

eslint-config-lucho-cra v1.0.6

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

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"]
}
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago