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 all_content = [all_content, further_reading_content] | join %}
36
36
{% endif %}
37
+
38
+
{% if rule_type %}
39
+
{% set resources_content %}
40
+
<h2id="resources">Resources</h2>
41
+
<ul>
42
+
<li><ahref="https://github.com/eslint/eslint/blob/main/lib/rules/{{ title }}.js">Rule source</a></li>
43
+
<li><ahref="https://github.com/eslint/eslint/blob/main/tests/lib/rules/{{ title }}.js">Tests source</a></li>
44
+
</ul>
45
+
{% endset %}
46
+
{% set all_content = [all_content, resources_content] | join %}
0 commit comments