@sibipro/eslint-config-jest
v2.0.0
Published
Configure eslint for sibi projects using Jest
Downloads
11
Readme
@sibipro/eslint-config-jest
Monorepo for eslint configuration for sibi projects.
Usage
Simply install the peer dependencies and then add this package to your eslint config's extends
array, along with the base config.
yarn add -D @sibipro/eslint-config-jest
npx install-peerdeps --dev @sibipro/eslint-config-jest
{
"extends": ["@sibipro/eslint-config", "@sibipro/eslint-config-jest"]
}
License
MIT © SIBI, LLC