2.0.0 • Published 9 months ago

@hukakhepak/eslint-config v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@hukakhepak/eslint-config

This package provides Como Capital's .eslintrc (without React plugins) as an extensible shared config.

Big thanks to Como for config!

Update some dependencies for my project (I'm big brain)

Usage

1.

npm i -D @hukakhepak/eslint-config eslint prettier
  1. Add "extends":"@hukakhepak" to your .eslintrc
{
  "eslintConfig": {
    "extends":"@hukakhepak"
  }
}