@medly/eslint-config-react
v1.1.0
Published
Basic eslint config for react app
Downloads
44
Readme
ESLint Config for React Apps
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