Releases: tclindner/eslint-config-tc
Releases · tclindner/eslint-config-tc
v16.2.0
v16.1.0
🗑️ Removed
v16.0.0
💥 Breaking Changes
- Add eslint-plugin-unicorn and recommended ruleset. (#229)
👑 Changed
- Remove jest and mocha environments from config. (#229)
- Move jest config to extends instead of overrides. (#229)
- Add override support for TypeScript files. '/*.spec.ts', '/.test.ts', '**/tests-.ts' (#229)
🧹 Chores
- Bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#222)
- Bump eslint from 7.8.1 to 7.10.0 (#223, #227)
- Bump prettier from 2.1.1 to 2.1.2 (#224)
- Bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#225)
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 (#228)
- Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#226)
v15.0.0
v14.0.0
💥 Breaking Changes
- Update ecmaVersion to 2020 (#216)
- Add rule
no-promise-executor-return
(#216) - Add rule
no-unreachable-loop
(#216)
v13.0.2
v13.0.1
v13.0.0
💥 Breaking changes
- Remove rules from test overrides (#184)
no-unused-expressions
no-unused-vars
- Add
eslint:recommended
. This adds the following rules:
👑 Changed
- Bump eslint-config-prettier from 6.10.1 to 6.11.0 (#161)
- Add peer support for ESLint 7
- Bump eslint-config-airbnb-base from 14.1.0 to 14.2.0
- Remove custom rule definitions for the following rules now that they are covered by Airbnb.
no-prototype-builtins
no-useless-rename
id-length
no-underscore-dangle
spaced-comment
no-use-before-define