0.1.25 • Published 4 years ago
@atir-naveed-geeksltd/eslint-config-react v0.1.25
Eslint Config for React Apps
Eslint rules recommended by Medly to provide more linting power to your react based web applications.
Shared eslint config
Install
yarn add -D @atir-naveed-geeksltd/eslint-config-react
Usage
Add below line in your package.json
{
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"extends": "@atir-naveed-geeksltd/react"
}
}
Default options
You can view the default config here