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 55534f1 commit 54910f5Copy full SHA for 54910f5
docs/src/_includes/components/nav-version-switcher.html
@@ -11,6 +11,9 @@
11
Version
12
</label>
13
<select name="version selector" id="nav-version-select" aria-describedby="version-infobox" class="c-custom-select switcher__select auto-switcher">
14
+ <option value="{{ eslintVersion }}" selected>
15
+ v{{ eslintVersion }}
16
+ </option>
17
{% for version in versions.items %}
18
<option value="{{ version.number }}"
19
data-url="{{ version.url }}"
0 commit comments