1.0.1 • Published 3 years ago
@mondago/eslint-config-react v1.0.1
@mondago/eslint-config-react
Mondago's base ESLint config for React projects.
Installation
Add the package to your project as a dev dependency.
yarn add @mondago/eslint-config-react -DCreate an .eslintrc file and include "@mondago/react" in the extends array.
{
"extends": ["@mondago/react"]
}