|
2 | 2 |
|
3 | 3 | exports[`recommended rules > gjs config has the right list 1`] = ` |
4 | 4 | [ |
| 5 | + "template-no-debugger", |
| 6 | + "template-no-duplicate-attributes", |
5 | 7 | "template-no-let-reference", |
| 8 | + "template-no-log", |
| 9 | + "template-no-positive-tabindex", |
| 10 | + "template-no-triple-curlies", |
| 11 | + "template-require-button-type", |
6 | 12 | ] |
7 | 13 | `; |
8 | 14 |
|
9 | 15 | exports[`recommended rules > gts config has the right list 1`] = ` |
10 | 16 | [ |
| 17 | + "template-no-debugger", |
| 18 | + "template-no-duplicate-attributes", |
11 | 19 | "template-no-let-reference", |
| 20 | + "template-no-log", |
| 21 | + "template-no-positive-tabindex", |
| 22 | + "template-no-triple-curlies", |
| 23 | + "template-require-button-type", |
12 | 24 | ] |
13 | 25 | `; |
14 | 26 |
|
@@ -86,90 +98,3 @@ exports[`recommended rules > has the right list 1`] = ` |
86 | 98 | "use-ember-data-rfc-395-imports", |
87 | 99 | ] |
88 | 100 | `; |
89 | | - |
90 | | -exports[`recommended rules gjs config has the right list 1`] = ` |
91 | | -[ |
92 | | - "template-no-let-reference", |
93 | | -] |
94 | | -`; |
95 | | - |
96 | | -exports[`recommended rules gts config has the right list 1`] = ` |
97 | | -[ |
98 | | - "template-no-let-reference", |
99 | | -] |
100 | | -`; |
101 | | - |
102 | | -exports[`recommended rules has the right list 1`] = ` |
103 | | -[ |
104 | | - "avoid-leaking-state-in-ember-objects", |
105 | | - "avoid-using-needs-in-controllers", |
106 | | - "classic-decorator-hooks", |
107 | | - "classic-decorator-no-classic-methods", |
108 | | - "closure-actions", |
109 | | - "jquery-ember-run", |
110 | | - "new-module-imports", |
111 | | - "no-actions-hash", |
112 | | - "no-arrow-function-computed-properties", |
113 | | - "no-assignment-of-untracked-properties-used-in-tracking-contexts", |
114 | | - "no-at-ember-render-modifiers", |
115 | | - "no-attrs-in-components", |
116 | | - "no-attrs-snapshot", |
117 | | - "no-capital-letters-in-routes", |
118 | | - "no-classic-classes", |
119 | | - "no-classic-components", |
120 | | - "no-component-lifecycle-hooks", |
121 | | - "no-computed-properties-in-native-classes", |
122 | | - "no-controller-access-in-routes", |
123 | | - "no-deeply-nested-dependent-keys-with-each", |
124 | | - "no-deprecated-router-transition-methods", |
125 | | - "no-duplicate-dependent-keys", |
126 | | - "no-ember-super-in-es-classes", |
127 | | - "no-ember-testing-in-module-scope", |
128 | | - "no-empty-glimmer-component-classes", |
129 | | - "no-function-prototype-extensions", |
130 | | - "no-get-with-default", |
131 | | - "no-get", |
132 | | - "no-global-jquery", |
133 | | - "no-implicit-injections", |
134 | | - "no-incorrect-calls-with-inline-anonymous-functions", |
135 | | - "no-incorrect-computed-macros", |
136 | | - "no-invalid-debug-function-arguments", |
137 | | - "no-invalid-dependent-keys", |
138 | | - "no-invalid-test-waiters", |
139 | | - "no-jquery", |
140 | | - "no-legacy-test-waiters", |
141 | | - "no-mixins", |
142 | | - "no-new-mixins", |
143 | | - "no-noop-setup-on-error-in-before", |
144 | | - "no-observers", |
145 | | - "no-old-shims", |
146 | | - "no-on-calls-in-components", |
147 | | - "no-pause-test", |
148 | | - "no-private-routing-service", |
149 | | - "no-restricted-resolver-tests", |
150 | | - "no-runloop", |
151 | | - "no-settled-after-test-helper", |
152 | | - "no-shadow-route-definition", |
153 | | - "no-side-effects", |
154 | | - "no-string-prototype-extensions", |
155 | | - "no-test-and-then", |
156 | | - "no-test-import-export", |
157 | | - "no-test-module-for", |
158 | | - "no-test-support-import", |
159 | | - "no-test-this-render", |
160 | | - "no-tracked-properties-from-args", |
161 | | - "no-try-invoke", |
162 | | - "no-unnecessary-route-path-option", |
163 | | - "no-volatile-computed-properties", |
164 | | - "prefer-ember-test-helpers", |
165 | | - "require-computed-macros", |
166 | | - "require-computed-property-dependencies", |
167 | | - "require-return-from-computed", |
168 | | - "require-super-in-lifecycle-hooks", |
169 | | - "require-tagless-components", |
170 | | - "require-valid-css-selector-in-test-helpers", |
171 | | - "routes-segments-snake-case", |
172 | | - "use-brace-expansion", |
173 | | - "use-ember-data-rfc-395-imports", |
174 | | -] |
175 | | -`; |
0 commit comments