Mondago's base ESLint config for React projects.
Add the package to your project as a dev dependency.
yarn add @mondago/eslint-config-react -D
Create an .eslintrc
file and include "@mondago/react"
in the extends
array.
{
"extends": ["@mondago/react"]
}