Releases: tclindner/eslint-config-tc
Releases · tclindner/eslint-config-tc
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
.
v6.4.0
v6.4.0-beta.0
Update package.json
v6.3.0
Removed
Removed the following rules that are now covered with the same config in Airbnb.
v6.2.0
Changed
- Updated no-warning-comments from
error
towarn
. - Updated max-statements from
12
to15
.
Thanks @abbyhuisman-rw!!
v6.1.0
v6.0.0
v5.2.0
Changed
- Updated max-params rule to allow 6 params.
v5.1.0
Removed
- Disabled func-names rule.