You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[classic-decorator-hooks](docs/rules/classic-decorator-hooks.md)| enforce using correct hooks for both classic and non-classic classes | ✅ |||
237
-
|[classic-decorator-no-classic-methods](docs/rules/classic-decorator-no-classic-methods.md)| disallow usage of classic APIs such as `get`/`set` in classes that aren't explicitly decorated with `@classic`| ✅ |||
238
-
|[no-actions-hash](docs/rules/no-actions-hash.md)| disallow the actions hash in components, controllers, and routes | ✅ |||
239
-
|[no-classic-classes](docs/rules/no-classic-classes.md)| disallow "classic" classes in favor of native JS classes | ✅ |||
240
-
|[no-ember-super-in-es-classes](docs/rules/no-ember-super-in-es-classes.md)| disallow use of `this._super` in ES class methods | ✅ | 🔧 ||
|[classic-decorator-hooks](docs/rules/classic-decorator-hooks.md)| enforce using correct hooks for both classic and non-classic classes | ✅ |||
239
+
|[classic-decorator-no-classic-methods](docs/rules/classic-decorator-no-classic-methods.md)| disallow usage of classic APIs such as `get`/`set` in classes that aren't explicitly decorated with `@classic`| ✅ |||
240
+
|[no-actions-hash](docs/rules/no-actions-hash.md)| disallow the actions hash in components, controllers, and routes | ✅ |||
241
+
|[no-classic-classes](docs/rules/no-classic-classes.md)| disallow "classic" classes in favor of native JS classes | ✅ |||
242
+
|[no-ember-super-in-es-classes](docs/rules/no-ember-super-in-es-classes.md)| disallow use of `this._super` in ES class methods | ✅ | 🔧 ||
|[no-tracked-properties-from-args](docs/rules/no-tracked-properties-from-args.md)| disallow creating @tracked properties from this.args | ✅ |||
245
+
|[template-indent](docs/rules/template-indent.md)| enforce consistent indentation for gts/gjs templates || 🔧 ||
246
+
|[template-no-let-reference](docs/rules/template-no-let-reference.md)| disallow referencing let variables in \<template\>||||
Copy file name to clipboardExpand all lines: docs/rules/template-no-let-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ember/template-no-let-reference
2
2
3
-
💼 This rule is enabled in the ✅ `recommended`[config](https://github.com/ember-cli/eslint-plugin-ember#-configurations).
3
+
💼 This rule is enabled in the following [configs](https://github.com/ember-cli/eslint-plugin-ember#-configurations): `recommended-gjs`, `recommended-gts`.
0 commit comments