v7.0.0
🚀Added
-
eslint-plugin-jest
with the following rules:jest/no-alias-methods
jest/no-disabled-tests
jest/no-focused-tests
jest/no-identical-title
jest/no-jasmine-globals
jest/no-jest-import
jest/no-test-prefixes
jest/valid-describe
jest/valid-expect-in-promise
jest/valid-expect
consistent-test-it
no-commented-out-tests
no-empty-title
no-large-snapshots
no-test-callback
no-test-return-statement
no-truthy-falsy
prefer-to-be-null
prefer-to-be-undefined
prefer-to-have-length
require-tothrow-message
prefer-todo
💥Removed
- Dropped Node 6 and 7 support
valid-jsdoc
andrequire-jsdoc
since both have been removed from ESLint core to a plugin because of their complexity.