Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
Release 10.6.0
Release 10.5.9
Release 10.5.8
🐛 Bug Fix
📝 Documentation
- #1364 Fix typos in violation message for
classic-decorator-hooks
rule (@nlfurniss)
Committers: 4
- Adrián González Rus (@adrigzr)
- Bryan Mishkin (@bmish)
- Darius D. (@ddzz)
- Nathaniel Furniss (@nlfurniss)
Release 10.5.7
Release 10.5.6
Release 10.5.5
🐛 Bug Fix
📝 Documentation
- #1300 Add
eslint-plugin
keywords in package.json (@bmish) - #1294 Super call missing arguments in some rule docs (@StephanH90)
🏠 Internal
- #1301 Add jsdoc
type
annotation to rules (@bmish) - #1299 Cache dependencies on GitHub Actions to speed up CI (@ddzz)
Committers: 4
- Bryan Mishkin (@bmish)
- Darius Dzien (@ddzz)
- Raido Kuli (@raido)
- @StephanH90
Release 10.5.4
Release 10.5.3
Release 10.5.2
🐛 Bug Fix
- #1281 Catch destructured controller access in
no-controller-access-in-routes
rule (@bmish) - #1277 Fix IIFE crash in
require-return-from-computed
rule (@aniketh-deepsource)
📝 Documentation
- #1275 Fix typo in
no-controller-access-in-routes
rule doc (@locks) - #1245 Explain how to fix violations in
no-empty-glimmer-component-classes
rule doc (@hxqlin)
🏠 Internal
Committers: 4
- Bryan Mishkin (@bmish)
- Hannah Lin (@hxqlin)
- Ricardo Mendes (@locks)
- @aniketh-deepsource