2.0.2 • Published 1 year ago

eslint-config-ms v2.0.2

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

ESlint config

ESlint config to Nextjs and React with TypeScript

Setup

  1. Install the dependencies
npm i -D eslint

If you already have an eslint dependency installed, you can simply install it directly

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