@atir-naveed-geeksltd/eslint-config-react
v0.1.25
Published
Basic eslint config for react app
Downloads
29
Maintainers
Readme
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