Package Exports
- @axellero/eslint-config-jest
- @axellero/eslint-config-jest/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@axellero/eslint-config-jest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@axellero/eslint-config-jest
ESLint configuration for Jest testing library
Installation
Add peer dependencies:
$ yarn add -D eslint eslint-plugin-jest
...then install config packages:
$ yarn add -D @axellero/eslint-config-jest
Usage
{
// package.json
"eslintConfig": {
"extends": [
"@axellero/eslint-config-jest"
]
}
}
Contributing
Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.