1.0.2 • Published 11 months ago

@eng.sportsanalytics/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

SportsAT ESLint config

Setup

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

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