Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
Release 11.7.2
Release 11.7.1
🐛 Bug Fix
- #1870 Fix crash with default computed property import in
no-unused-services
rule (@bmish) - #1869 Avoid crash with
inject
decorator inno-restricted-service-injections
rule (@bmish) - #1871 Avoid further decorator detection crashes in
no-restricted-service-injections
rule (@bmish)
Committers: 1
- Bryan Mishkin (@bmish)
Release 11.7.0
Release 11.6.0
🚀 Enhancement
- #1853 Support autofix in gts files (@patricklx)
🐛 Bug Fix
- #1852 Only show
no-undef
errors for templates in gts files (@patricklx)
Committers: 1
- Patrick Pircher (@patricklx)
Release 11.5.2
Release 11.5.1
🐛 Bug Fix
- #1828 Clarify error message for
no-pause-test
rule (@deanmarano)
Committers: 1
- Dean Marano (@deanmarano)
Release 11.5.0
Release 11.4.9
Release 11.4.8
🐛 Bug Fix
- #1801 Fix issue with token mapping for lint errors on template tokens in gjs/gts files by displaying eslint error on the opening
<template>
tag (@hmajoros) - #1788 Fix
no-array-prototype-extensions
undefined error from trying to access callee from non-CallExpression (@canrozanes) - #1795 refactor glimmer post-process, better handle template tag (@hmajoros)
Committers: 2
- Can Rozanes (@canrozanes)
- Hank Majoros (@hmajoros)