Skip to content

Commit

Permalink
Remove eslint-plugin-jest (#4867)
Browse files Browse the repository at this point in the history
* Remove eslint-plugin-jest

Moved to https://github.com/jest-community/eslint-plugin-jest

* Link to PR in changelog
  • Loading branch information
SimenB authored and cpojer committed Nov 9, 2017
1 parent 2a2429e commit d6b7448
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 1,428 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
* `[jest-jasmine2]` Add `testLocationInResults` flag to add location information per spec to test results ([#4782](https://github.com/facebook/jest/pull/4782))

### Chore & Maintenance
* `[*]` [**BREAKING**] Drop support for Node.js version 4
* `[*]` [**BREAKING**] Drop support for Node.js version 4 ([#4769](https://github.com/facebook/jest/pull/4769))
* `[eslint-plugin-jest]` Removed from the Jest core repo, and moved to https://github.com/jest-community/eslint-plugin-jest ([#4867](https://github.com/facebook/jest/pull/4867))
* `[babel-jest]` Explicitly bump istanbul to newer versions ([#4616](https://github.com/facebook/jest/pull/4616))
* `[expect]` Upgrade mocha and rollup for browser testing ([#4642](https://github.com/facebook/jest/pull/4642))
* `[docs]` Add info about `coveragePathIgnorePatterns` ([#4602](https://github.com/facebook/jest/pull/4602))
Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-plugin-jest/.npmignore

This file was deleted.

82 changes: 0 additions & 82 deletions packages/eslint-plugin-jest/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions packages/eslint-plugin-jest/docs/rules/no-disabled-tests.md

This file was deleted.

42 changes: 0 additions & 42 deletions packages/eslint-plugin-jest/docs/rules/no-focused-tests.md

This file was deleted.

45 changes: 0 additions & 45 deletions packages/eslint-plugin-jest/docs/rules/no-identical-title.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/eslint-plugin-jest/docs/rules/prefer-to-have-length.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/eslint-plugin-jest/docs/rules/valid-expect.md

This file was deleted.

24 changes: 0 additions & 24 deletions packages/eslint-plugin-jest/package.json

This file was deleted.

Loading

0 comments on commit d6b7448

Please sign in to comment.