- add rules
- jest-mock-grouped
- jest-mocked-grouped
- add additional examples (aka integration tests)
- recommended for eslint 7/8/9
- grouped examples
- minor improvements/fixes
- add
jest-mock-directly-above-jest-mocked
rule
- remove
examples/
folder from build artifact
- adapt error message for
jest-mock-multiple-with-same-path
- make
jest.mocked-without-mock
robost forlet
declarators without initialisation
- add
jest-mock-multiple-with-same-path
rule
- add
examples/
, testing this plugin with eslint version 7, 8 and 9 - add github-action to lint and test the project and run the examples
** Changelog** Introduced this file
jest-mocked-without-mock:
ESLint 7 compatibility: context.sourceCode
is not set
jest-mock-without-import:
ESLint 7 compatibility: context.sourceCode
is not set
First shippable version for testing
Contains rules:
- jest-mock-without-import
- jest-mocked-without-mock