|
2 | 2 |
|
3 | 3 | exports[`recommended rules > gjs config has the right list 1`] = ` |
4 | 4 | [ |
| 5 | + "template-deprecated-inline-view-helper", |
| 6 | + "template-deprecated-render-helper", |
| 7 | + "template-link-rel-noopener", |
| 8 | + "template-no-abstract-roles", |
| 9 | + "template-no-accesskey-attribute", |
| 10 | + "template-no-action", |
| 11 | + "template-no-args-paths", |
| 12 | + "template-no-aria-hidden-body", |
| 13 | + "template-no-autofocus-attribute", |
5 | 14 | "template-no-debugger", |
6 | 15 | "template-no-duplicate-attributes", |
| 16 | + "template-no-duplicate-id", |
| 17 | + "template-no-input-block", |
| 18 | + "template-no-input-tagname", |
7 | 19 | "template-no-let-reference", |
8 | 20 | "template-no-log", |
| 21 | + "template-no-obsolete-elements", |
| 22 | + "template-no-partial", |
9 | 23 | "template-no-positive-tabindex", |
| 24 | + "template-no-this-in-template-only-components", |
10 | 25 | "template-no-triple-curlies", |
| 26 | + "template-no-unbound", |
| 27 | + "template-no-unnecessary-concat", |
| 28 | + "template-no-valueless-arguments", |
| 29 | + "template-no-with", |
11 | 30 | "template-require-button-type", |
12 | 31 | ] |
13 | 32 | `; |
14 | 33 |
|
15 | 34 | exports[`recommended rules > gts config has the right list 1`] = ` |
16 | 35 | [ |
| 36 | + "template-deprecated-inline-view-helper", |
| 37 | + "template-deprecated-render-helper", |
| 38 | + "template-link-rel-noopener", |
| 39 | + "template-no-abstract-roles", |
| 40 | + "template-no-accesskey-attribute", |
| 41 | + "template-no-action", |
| 42 | + "template-no-args-paths", |
| 43 | + "template-no-aria-hidden-body", |
| 44 | + "template-no-autofocus-attribute", |
17 | 45 | "template-no-debugger", |
18 | 46 | "template-no-duplicate-attributes", |
| 47 | + "template-no-duplicate-id", |
| 48 | + "template-no-input-block", |
| 49 | + "template-no-input-tagname", |
19 | 50 | "template-no-let-reference", |
20 | 51 | "template-no-log", |
| 52 | + "template-no-obsolete-elements", |
| 53 | + "template-no-partial", |
21 | 54 | "template-no-positive-tabindex", |
| 55 | + "template-no-this-in-template-only-components", |
22 | 56 | "template-no-triple-curlies", |
| 57 | + "template-no-unbound", |
| 58 | + "template-no-unnecessary-concat", |
| 59 | + "template-no-valueless-arguments", |
| 60 | + "template-no-with", |
23 | 61 | "template-require-button-type", |
24 | 62 | ] |
25 | 63 | `; |
|
0 commit comments