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
✅ Set in the `recommended`[configuration](https://github.com/ember-cli/eslint-plugin-ember#-configurations).\
155
+
 Set in the `recommended-gjs`[configuration](https://github.com/ember-cli/eslint-plugin-ember#-configurations).\
156
+
 Set in the `recommended-gts`[configuration](https://github.com/ember-cli/eslint-plugin-ember#-configurations).\
155
157
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
156
158
💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
157
159
@@ -231,17 +233,17 @@ rules in templates can be disabled with eslint directives with mustache or html
|[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-1
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