1.5.0 • Published 2 months ago

@racsys/eslint-config v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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.