We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe511b commit 7b9446fCopy full SHA for 7b9446f
1 file changed
docs/src/pages/flags.md
@@ -34,6 +34,7 @@ The following policies apply to `unstable_` flags.
34
35
## Active Flags
36
37
+{% if flags.active | length %}
38
The following flags are currently available for use in ESLint.
39
40
<table>
@@ -49,9 +50,13 @@ The following flags are currently available for use in ESLint.
49
50
{%- endfor -%}
51
</tbody>
52
</table>
53
+{% else %}
54
+There are currently no active flags.
55
+{% endif %}
56
57
## Inactive Flags
58
59
+{% if flags.inactive | length %}
60
The following flags were once used but are no longer active.
61
62
@@ -68,6 +73,9 @@ The following flags were once used but are no longer active.
68
73
69
74
70
75
76
77
+There are currently no inactive flags.
78
71
79
72
80
## How to Use Feature Flags
81
0 commit comments