0.0.3 • Published 11 months ago

@sajermann/eslint-config v0.0.3

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

Sajermann ESLint config

Setup

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

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