1.0.9 • Published 10 months ago

@luchio/eslint-config-base 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"]
}
1.0.9

10 months ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.1

3 years ago