Releases: tclindner/eslint-config-tc
Releases · tclindner/eslint-config-tc
v11.0.0
💥Breaking Changes
- Removed: Node.js 8.x support. Node.js 10+ is now required. (#141)
- Added prefer-exponentiation-operator (#141)
- Added no-setter-return (#141)
- Added no-constructor-return (#141)
- Added grouped-accessor-pairs (#141)
👑 Changed
- Bump eslint-config-prettier from 6.7.0 to 6.10.0 (#121 & #122 & #131)
- Turn off
no-undefined
for test files. (#141)
v10.0.1
v10.0.0
💥Breaking Changes
- Added
eslint-plugin-eslint-comments
. Runnpx install-peerdeps --dev eslint-config-tc
to make sure all peer dependencies are installed.eslint-config-tc
extendsplugin:eslint-comments/recommended
and useseslint-comments/no-unused-disable
. (#104). - Added jest/expect-expect (#90).
- Added jest/prefer-called-with (#89).
- Added jest/prefer-hooks-on-top (#87).
- Added jest/require-top-level-describe (#85).
- Added no-prototype-builtins. (#99).
Thank you, @phil-rw 🎉
v9.0.0
🚀 Added
💥Changed
- Bumped peer dep
eslint-plugin-jest
to v23.x.x.eslint-plugin-jest
will also need to be bumped when upgrading.
v8.2.0
v8.1.0
v8.0.1
v8.0.0
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.
v6.5.0
Changed
- Updated max-statements from
15
to25
.