1.0.0 • Published 2 years ago

@hub22/eslint-config v1.0.0

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

Hub22 Eslint Config

Included

✅ Google's Standard Styleguide ✅ Typescript Support ✅ Prettier

Setup

Install dependencies

  npm i -D eslint @hub22/eslint-config

Create a .eslintrc.json

{
  "extends": ["@hub22/eslint-config/node"]
}