Recommended ESLint configurations to provide more linting power to your react based web applications.
Shared ESLint config
Install
yarn add -D @medly/eslint-config-react
Usage
Add below line in your package.json
{
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"extends": "@medly/react"
}
}
Default options
To view the default config click here