1.0.9 • Published 10 months ago

@luchio/eslint-config-cra v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Luchio's eslint+prettier config

Installation (check types)

npm i -D @luchio/eslint-config-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.

Usage

Just extend this config in your eslint config file:

{
    "extends": ["@luchio/eslint-config-base"]
}