@pacote/eslint-config-react
Shareable ESLint configuration for React.
Installation
yarn add --dev @pacote/eslint-config-react eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y
Usage
Include the configuration in your project's .eslintrc
file:
{
"extends": ["@pacote/eslint-config", "@pacote/eslint-config-react"]
}
License
MIT © Luís Rodrigues.