README
@pacote/eslint-config-jest
Shareable ESLint configuration for Jest.
Installation
yarn add --dev @pacote/eslint-config-jest eslint eslint-plugin-jest-dom eslint-plugin-jest eslint-plugin-testing-library
Usage
Include the configuration in your project's .eslintrc
file:
{
"extends": ["@pacote/eslint-config-jest"]
}
License
MIT © Luís Rodrigues.