Releases: tclindner/eslint-config-tc
Releases · tclindner/eslint-config-tc
v19.3.0
👑 Changed
- Turn off
unicorn/prefer-prototype-methods
for test files (#327)
🧹 Chores
- Bump eslint-plugin-import from 2.22.1 to 2.23.2 (#318)
- Bump eslint from 7.26.0 to 7.27.0 (#320)
- Bump eslint-plugin-import from 2.23.2 to 2.23.3 (#319)
- Bump @jest/globals from 26.6.2 to 27.0.1 (#322)
- Bump jest from 26.6.3 to 27.0.1 (#321)
- Bump jest from 27.0.1 to 27.0.3 (#325)
- Bump @jest/globals from 27.0.1 to 27.0.3 (#323)
- Bump eslint-plugin-import from 2.23.3 to 2.23.4 (#324)
- Bump jest from 27.0.3 to 27.0.4 (#326)
v19.2.0
v19.1.0
v19.0.0
💥 Breaking Changes
Thanks, @pohnemus 🎉
🧹 Chores
- Bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#293)
- Bump eslint from 7.22.0 to 7.23.0 (#294)
- Bump y18n from 4.0.0 to 4.0.1 (#295)
- Bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#296)
- Bump eslint from 7.23.0 to 7.24.0 (#297)
- Bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#298)
- Do not run codeql on push (#299)
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 (#300)
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#301)
- Bump eslint from 7.24.0 to 7.25.0 (#303)
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 (#304)
- Bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#305)
v18.1.0
v18.0.0
💥 Breaking changes
- 18.0.0 (#288)
- Update
peerDependency
range foreslint-plugin-unicorn
- Update
- Bump eslint-config-prettier from 7.1.0 to 8.1.0 (#277 & #282)
🧹 Chores
v17.0.0
💥 Breaking changes
- v17 (#273) from @pohnemus
- Update
peerDependency
range foreslint-plugin-unicorn
to include^25.0.0
. v25.0.0 adds new rules and renames existing rules. See the linked release notes. 🦄 Closes #268 - Rule set now extends
prettier/unicorn
. Closes #263
- Update
🧹 Chores
v16.4.0
👑 Changed
- Update version range for
eslint-plugin-unicorn
to supportv24.0.0
.
v16.3.1
v16.3.0
Changed 👑
- Updated import/no-extraneous-dependencies config. Closes #255
- Turned off import/prefer-default-export.
- Turned off no-undefined for *.test.{js,ts} and *.spec.{js,ts} files.
- Widened eslint-plugin-jest peerDependency range.