0.2.0 • Published 3 years ago

eslint-config-moebel-react v0.2.0

Weekly downloads
22
License
MIT
Repository
-
Last release
3 years ago

Eslint config for react apps

Usage

First install necessary packages.

yarn add --dev @types/eslint @types/eslint-plugin-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-config-react eslint-plugin-import eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-sonarjs

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "eslint-config-moebel-react"
}