1.5.0 • Published 1 year ago

@racsys/eslint-config v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

RAC ESLint config

Setup

  1. Install the dependencies
npm i -D eslint @racsys/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@racsys/eslint-config/react"
  // "extends": "@racsys/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.