diff --git a/docs/rules/jsx-a11y/alt-text.md b/docs/rules/jsx-a11y/alt-text.md
index e8c98570..7fc3bfc5 100644
--- a/docs/rules/jsx-a11y/alt-text.md
+++ b/docs/rules/jsx-a11y/alt-text.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/alt-text"
description: "apply `jsx-a11y/alt-text` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/alt-text
> apply `jsx-a11y/alt-text` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/alt-text](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/alt-text.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/alt-text](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/alt-text.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/alt-text.ts)
diff --git a/docs/rules/jsx-a11y/anchor-has-content.md b/docs/rules/jsx-a11y/anchor-has-content.md
index 593246e8..6bee5b88 100644
--- a/docs/rules/jsx-a11y/anchor-has-content.md
+++ b/docs/rules/jsx-a11y/anchor-has-content.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/anchor-has-content"
description: "apply `jsx-a11y/anchor-has-content` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/anchor-has-content
> apply `jsx-a11y/anchor-has-content` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/anchor-has-content](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-has-content.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/anchor-has-content](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-has-content.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/anchor-has-content.ts)
diff --git a/docs/rules/jsx-a11y/anchor-is-valid.md b/docs/rules/jsx-a11y/anchor-is-valid.md
index 7a6989aa..5b86b104 100644
--- a/docs/rules/jsx-a11y/anchor-is-valid.md
+++ b/docs/rules/jsx-a11y/anchor-is-valid.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/anchor-is-valid"
description: "apply `jsx-a11y/anchor-is-valid` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/anchor-is-valid
> apply `jsx-a11y/anchor-is-valid` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/anchor-is-valid](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-is-valid.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/anchor-is-valid](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-is-valid.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/anchor-is-valid.ts)
diff --git a/docs/rules/jsx-a11y/aria-activedescendant-has-tabindex.md b/docs/rules/jsx-a11y/aria-activedescendant-has-tabindex.md
index dbf0a7dc..574bdf99 100644
--- a/docs/rules/jsx-a11y/aria-activedescendant-has-tabindex.md
+++ b/docs/rules/jsx-a11y/aria-activedescendant-has-tabindex.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/aria-activedescendant-has-tabindex"
description: "apply `jsx-a11y/aria-activedescendant-has-tabindex` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/aria-activedescendant-has-tabindex
> apply `jsx-a11y/aria-activedescendant-has-tabindex` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/aria-activedescendant-has-tabindex](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-activedescendant-has-tabindex.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/aria-activedescendant-has-tabindex](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-activedescendant-has-tabindex.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/aria-activedescendant-has-tabindex.ts)
diff --git a/docs/rules/jsx-a11y/aria-props.md b/docs/rules/jsx-a11y/aria-props.md
index 62d63217..0178ef7b 100644
--- a/docs/rules/jsx-a11y/aria-props.md
+++ b/docs/rules/jsx-a11y/aria-props.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/aria-props"
description: "apply `jsx-a11y/aria-props` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/aria-props
> apply `jsx-a11y/aria-props` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-props.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-props.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/aria-props.ts)
diff --git a/docs/rules/jsx-a11y/aria-proptypes.md b/docs/rules/jsx-a11y/aria-proptypes.md
index 1ca5446b..bdb12fd3 100644
--- a/docs/rules/jsx-a11y/aria-proptypes.md
+++ b/docs/rules/jsx-a11y/aria-proptypes.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/aria-proptypes"
description: "apply `jsx-a11y/aria-proptypes` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/aria-proptypes
> apply `jsx-a11y/aria-proptypes` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/aria-proptypes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-proptypes.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/aria-proptypes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-proptypes.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/aria-proptypes.ts)
diff --git a/docs/rules/jsx-a11y/aria-role.md b/docs/rules/jsx-a11y/aria-role.md
index 20977715..a43b8790 100644
--- a/docs/rules/jsx-a11y/aria-role.md
+++ b/docs/rules/jsx-a11y/aria-role.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/aria-role"
description: "apply `jsx-a11y/aria-role` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/aria-role
> apply `jsx-a11y/aria-role` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/aria-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-role.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/aria-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-role.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/aria-role.ts)
diff --git a/docs/rules/jsx-a11y/aria-unsupported-elements.md b/docs/rules/jsx-a11y/aria-unsupported-elements.md
index 11501067..1aaba7d1 100644
--- a/docs/rules/jsx-a11y/aria-unsupported-elements.md
+++ b/docs/rules/jsx-a11y/aria-unsupported-elements.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/aria-unsupported-elements"
description: "apply `jsx-a11y/aria-unsupported-elements` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/aria-unsupported-elements
> apply `jsx-a11y/aria-unsupported-elements` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/aria-unsupported-elements](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-unsupported-elements.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/aria-unsupported-elements](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-unsupported-elements.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/aria-unsupported-elements.ts)
diff --git a/docs/rules/jsx-a11y/autocomplete-valid.md b/docs/rules/jsx-a11y/autocomplete-valid.md
index 6abe83ad..aa4d8565 100644
--- a/docs/rules/jsx-a11y/autocomplete-valid.md
+++ b/docs/rules/jsx-a11y/autocomplete-valid.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/autocomplete-valid"
description: "apply `jsx-a11y/autocomplete-valid` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/autocomplete-valid
> apply `jsx-a11y/autocomplete-valid` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/autocomplete-valid](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/autocomplete-valid.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/autocomplete-valid](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/autocomplete-valid.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/autocomplete-valid.ts)
diff --git a/docs/rules/jsx-a11y/click-events-have-key-events.md b/docs/rules/jsx-a11y/click-events-have-key-events.md
index 755d0761..bd05ed83 100644
--- a/docs/rules/jsx-a11y/click-events-have-key-events.md
+++ b/docs/rules/jsx-a11y/click-events-have-key-events.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/click-events-have-key-events"
description: "apply `jsx-a11y/click-events-have-key-events` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/click-events-have-key-events
> apply `jsx-a11y/click-events-have-key-events` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/click-events-have-key-events](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/click-events-have-key-events.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/click-events-have-key-events](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/click-events-have-key-events.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/click-events-have-key-events.ts)
diff --git a/docs/rules/jsx-a11y/control-has-associated-label.md b/docs/rules/jsx-a11y/control-has-associated-label.md
index 37b3098d..5ea21d0a 100644
--- a/docs/rules/jsx-a11y/control-has-associated-label.md
+++ b/docs/rules/jsx-a11y/control-has-associated-label.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/control-has-associated-label"
description: "apply `jsx-a11y/control-has-associated-label` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/control-has-associated-label
> apply `jsx-a11y/control-has-associated-label` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/control-has-associated-label](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/control-has-associated-label.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/control-has-associated-label](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/control-has-associated-label.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/control-has-associated-label.ts)
diff --git a/docs/rules/jsx-a11y/heading-has-content.md b/docs/rules/jsx-a11y/heading-has-content.md
index 88ae81a0..5f9b3d2f 100644
--- a/docs/rules/jsx-a11y/heading-has-content.md
+++ b/docs/rules/jsx-a11y/heading-has-content.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/heading-has-content"
description: "apply `jsx-a11y/heading-has-content` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/heading-has-content
> apply `jsx-a11y/heading-has-content` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/heading-has-content](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/heading-has-content.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/heading-has-content](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/heading-has-content.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/heading-has-content.ts)
diff --git a/docs/rules/jsx-a11y/html-has-lang.md b/docs/rules/jsx-a11y/html-has-lang.md
index 842f0849..682cab4c 100644
--- a/docs/rules/jsx-a11y/html-has-lang.md
+++ b/docs/rules/jsx-a11y/html-has-lang.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/html-has-lang"
description: "apply `jsx-a11y/html-has-lang` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/html-has-lang
> apply `jsx-a11y/html-has-lang` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/html-has-lang](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/html-has-lang.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/html-has-lang](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/html-has-lang.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/html-has-lang.ts)
diff --git a/docs/rules/jsx-a11y/iframe-has-title.md b/docs/rules/jsx-a11y/iframe-has-title.md
index 1dcc60e7..f66836e8 100644
--- a/docs/rules/jsx-a11y/iframe-has-title.md
+++ b/docs/rules/jsx-a11y/iframe-has-title.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/iframe-has-title"
description: "apply `jsx-a11y/iframe-has-title` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/iframe-has-title
> apply `jsx-a11y/iframe-has-title` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/iframe-has-title](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/iframe-has-title.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/iframe-has-title](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/iframe-has-title.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/iframe-has-title.ts)
diff --git a/docs/rules/jsx-a11y/img-redundant-alt.md b/docs/rules/jsx-a11y/img-redundant-alt.md
index 9811687b..c2443a6d 100644
--- a/docs/rules/jsx-a11y/img-redundant-alt.md
+++ b/docs/rules/jsx-a11y/img-redundant-alt.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/img-redundant-alt"
description: "apply `jsx-a11y/img-redundant-alt` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/img-redundant-alt
> apply `jsx-a11y/img-redundant-alt` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/img-redundant-alt](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/img-redundant-alt.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/img-redundant-alt](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/img-redundant-alt.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/img-redundant-alt.ts)
diff --git a/docs/rules/jsx-a11y/interactive-supports-focus.md b/docs/rules/jsx-a11y/interactive-supports-focus.md
index d7764e6a..bff9daf6 100644
--- a/docs/rules/jsx-a11y/interactive-supports-focus.md
+++ b/docs/rules/jsx-a11y/interactive-supports-focus.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/interactive-supports-focus"
description: "apply `jsx-a11y/interactive-supports-focus` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/interactive-supports-focus
> apply `jsx-a11y/interactive-supports-focus` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/interactive-supports-focus](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/interactive-supports-focus.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/interactive-supports-focus](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/interactive-supports-focus.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/interactive-supports-focus.ts)
diff --git a/docs/rules/jsx-a11y/label-has-associated-control.md b/docs/rules/jsx-a11y/label-has-associated-control.md
index c12de2e1..b7d85552 100644
--- a/docs/rules/jsx-a11y/label-has-associated-control.md
+++ b/docs/rules/jsx-a11y/label-has-associated-control.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/label-has-associated-control"
description: "apply `jsx-a11y/label-has-associated-control` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/label-has-associated-control
> apply `jsx-a11y/label-has-associated-control` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/label-has-associated-control](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/label-has-associated-control.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/label-has-associated-control](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/label-has-associated-control.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/label-has-associated-control.ts)
diff --git a/docs/rules/jsx-a11y/lang.md b/docs/rules/jsx-a11y/lang.md
index 71189788..e3abf45e 100644
--- a/docs/rules/jsx-a11y/lang.md
+++ b/docs/rules/jsx-a11y/lang.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/lang"
description: "apply `jsx-a11y/lang` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/lang
> apply `jsx-a11y/lang` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/lang](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/lang.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/lang](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/lang.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/lang.ts)
diff --git a/docs/rules/jsx-a11y/media-has-caption.md b/docs/rules/jsx-a11y/media-has-caption.md
index af0eff75..af0413ef 100644
--- a/docs/rules/jsx-a11y/media-has-caption.md
+++ b/docs/rules/jsx-a11y/media-has-caption.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/media-has-caption"
description: "apply `jsx-a11y/media-has-caption` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/media-has-caption
> apply `jsx-a11y/media-has-caption` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/media-has-caption](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/media-has-caption.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/media-has-caption](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/media-has-caption.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/media-has-caption.ts)
diff --git a/docs/rules/jsx-a11y/mouse-events-have-key-events.md b/docs/rules/jsx-a11y/mouse-events-have-key-events.md
index 6acf013c..af769f67 100644
--- a/docs/rules/jsx-a11y/mouse-events-have-key-events.md
+++ b/docs/rules/jsx-a11y/mouse-events-have-key-events.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/mouse-events-have-key-events"
description: "apply `jsx-a11y/mouse-events-have-key-events` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/mouse-events-have-key-events
> apply `jsx-a11y/mouse-events-have-key-events` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/mouse-events-have-key-events](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/mouse-events-have-key-events.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/mouse-events-have-key-events](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/mouse-events-have-key-events.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/mouse-events-have-key-events.ts)
diff --git a/docs/rules/jsx-a11y/no-access-key.md b/docs/rules/jsx-a11y/no-access-key.md
index 241652ab..b047ccfc 100644
--- a/docs/rules/jsx-a11y/no-access-key.md
+++ b/docs/rules/jsx-a11y/no-access-key.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-access-key"
description: "apply `jsx-a11y/no-access-key` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-access-key
> apply `jsx-a11y/no-access-key` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-access-key](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-access-key.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-access-key](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-access-key.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-access-key.ts)
diff --git a/docs/rules/jsx-a11y/no-autofocus.md b/docs/rules/jsx-a11y/no-autofocus.md
index 382c3b6c..d566ca9f 100644
--- a/docs/rules/jsx-a11y/no-autofocus.md
+++ b/docs/rules/jsx-a11y/no-autofocus.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-autofocus"
description: "apply `jsx-a11y/no-autofocus` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-autofocus
> apply `jsx-a11y/no-autofocus` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-autofocus](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-autofocus.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-autofocus](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-autofocus.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-autofocus.ts)
diff --git a/docs/rules/jsx-a11y/no-distracting-elements.md b/docs/rules/jsx-a11y/no-distracting-elements.md
index 93da9c63..6e2311c7 100644
--- a/docs/rules/jsx-a11y/no-distracting-elements.md
+++ b/docs/rules/jsx-a11y/no-distracting-elements.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-distracting-elements"
description: "apply `jsx-a11y/no-distracting-elements` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-distracting-elements
> apply `jsx-a11y/no-distracting-elements` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-distracting-elements](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-distracting-elements.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-distracting-elements](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-distracting-elements.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-distracting-elements.ts)
diff --git a/docs/rules/jsx-a11y/no-interactive-element-to-noninteractive-role.md b/docs/rules/jsx-a11y/no-interactive-element-to-noninteractive-role.md
index fa5c9088..78bef426 100644
--- a/docs/rules/jsx-a11y/no-interactive-element-to-noninteractive-role.md
+++ b/docs/rules/jsx-a11y/no-interactive-element-to-noninteractive-role.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-interactive-element-to-noninteractive-role"
description: "apply `jsx-a11y/no-interactive-element-to-noninteractive-role` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-interactive-element-to-noninteractive-role
> apply `jsx-a11y/no-interactive-element-to-noninteractive-role` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-interactive-element-to-noninteractive-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-interactive-element-to-noninteractive-role.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-interactive-element-to-noninteractive-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-interactive-element-to-noninteractive-role.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-interactive-element-to-noninteractive-role.ts)
diff --git a/docs/rules/jsx-a11y/no-noninteractive-element-interactions.md b/docs/rules/jsx-a11y/no-noninteractive-element-interactions.md
index 9fdde284..d7080f1f 100644
--- a/docs/rules/jsx-a11y/no-noninteractive-element-interactions.md
+++ b/docs/rules/jsx-a11y/no-noninteractive-element-interactions.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-noninteractive-element-interactions"
description: "apply `jsx-a11y/no-noninteractive-element-interactions` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-noninteractive-element-interactions
> apply `jsx-a11y/no-noninteractive-element-interactions` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-noninteractive-element-interactions](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-interactions.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-noninteractive-element-interactions](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-interactions.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-noninteractive-element-interactions.ts)
diff --git a/docs/rules/jsx-a11y/no-noninteractive-element-to-interactive-role.md b/docs/rules/jsx-a11y/no-noninteractive-element-to-interactive-role.md
index f20ea7fd..4f7038a2 100644
--- a/docs/rules/jsx-a11y/no-noninteractive-element-to-interactive-role.md
+++ b/docs/rules/jsx-a11y/no-noninteractive-element-to-interactive-role.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-noninteractive-element-to-interactive-role"
description: "apply `jsx-a11y/no-noninteractive-element-to-interactive-role` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-noninteractive-element-to-interactive-role
> apply `jsx-a11y/no-noninteractive-element-to-interactive-role` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-noninteractive-element-to-interactive-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-to-interactive-role.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-noninteractive-element-to-interactive-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-to-interactive-role.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-noninteractive-element-to-interactive-role.ts)
diff --git a/docs/rules/jsx-a11y/no-noninteractive-tabindex.md b/docs/rules/jsx-a11y/no-noninteractive-tabindex.md
index 6177f3cf..349a45c7 100644
--- a/docs/rules/jsx-a11y/no-noninteractive-tabindex.md
+++ b/docs/rules/jsx-a11y/no-noninteractive-tabindex.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-noninteractive-tabindex"
description: "apply `jsx-a11y/no-noninteractive-tabindex` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-noninteractive-tabindex
> apply `jsx-a11y/no-noninteractive-tabindex` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-noninteractive-tabindex](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-tabindex.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-noninteractive-tabindex](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-tabindex.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-noninteractive-tabindex.ts)
diff --git a/docs/rules/jsx-a11y/no-redundant-roles.md b/docs/rules/jsx-a11y/no-redundant-roles.md
index 09fe6306..0adcf069 100644
--- a/docs/rules/jsx-a11y/no-redundant-roles.md
+++ b/docs/rules/jsx-a11y/no-redundant-roles.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-redundant-roles"
description: "apply `jsx-a11y/no-redundant-roles` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-redundant-roles
> apply `jsx-a11y/no-redundant-roles` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-redundant-roles](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-redundant-roles.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-redundant-roles](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-redundant-roles.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-redundant-roles.ts)
diff --git a/docs/rules/jsx-a11y/no-static-element-interactions.md b/docs/rules/jsx-a11y/no-static-element-interactions.md
index ee8675fa..94385674 100644
--- a/docs/rules/jsx-a11y/no-static-element-interactions.md
+++ b/docs/rules/jsx-a11y/no-static-element-interactions.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/no-static-element-interactions"
description: "apply `jsx-a11y/no-static-element-interactions` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/no-static-element-interactions
> apply `jsx-a11y/no-static-element-interactions` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/no-static-element-interactions](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-static-element-interactions.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/no-static-element-interactions](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-static-element-interactions.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/no-static-element-interactions.ts)
diff --git a/docs/rules/jsx-a11y/role-has-required-aria-props.md b/docs/rules/jsx-a11y/role-has-required-aria-props.md
index b7a742d8..2882f936 100644
--- a/docs/rules/jsx-a11y/role-has-required-aria-props.md
+++ b/docs/rules/jsx-a11y/role-has-required-aria-props.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/role-has-required-aria-props"
description: "apply `jsx-a11y/role-has-required-aria-props` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/role-has-required-aria-props
> apply `jsx-a11y/role-has-required-aria-props` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/role-has-required-aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/role-has-required-aria-props.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/role-has-required-aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/role-has-required-aria-props.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/role-has-required-aria-props.ts)
diff --git a/docs/rules/jsx-a11y/role-supports-aria-props.md b/docs/rules/jsx-a11y/role-supports-aria-props.md
index d9b1df76..2f70576a 100644
--- a/docs/rules/jsx-a11y/role-supports-aria-props.md
+++ b/docs/rules/jsx-a11y/role-supports-aria-props.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/role-supports-aria-props"
description: "apply `jsx-a11y/role-supports-aria-props` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/role-supports-aria-props
> apply `jsx-a11y/role-supports-aria-props` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/role-supports-aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/role-supports-aria-props.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/role-supports-aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/role-supports-aria-props.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/role-supports-aria-props.ts)
diff --git a/docs/rules/jsx-a11y/scope.md b/docs/rules/jsx-a11y/scope.md
index a1be4810..3f2be8b9 100644
--- a/docs/rules/jsx-a11y/scope.md
+++ b/docs/rules/jsx-a11y/scope.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/scope"
description: "apply `jsx-a11y/scope` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/scope
> apply `jsx-a11y/scope` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/scope](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/scope.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/scope](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/scope.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/scope.ts)
diff --git a/docs/rules/jsx-a11y/tabindex-no-positive.md b/docs/rules/jsx-a11y/tabindex-no-positive.md
index 32432779..138c4042 100644
--- a/docs/rules/jsx-a11y/tabindex-no-positive.md
+++ b/docs/rules/jsx-a11y/tabindex-no-positive.md
@@ -2,20 +2,23 @@
title: "astro/jsx-a11y/tabindex-no-positive"
description: "apply `jsx-a11y/tabindex-no-positive` rule to Astro components"
setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'"
+since: "v0.11.0"
---
# astro/jsx-a11y/tabindex-no-positive
> apply `jsx-a11y/tabindex-no-positive` rule to Astro components
-- :exclamation: **_This rule has not been released yet._**
-
This rule is the same rule as [jsx-a11y/tabindex-no-positive](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/tabindex-no-positive.md) rule but it applies to the Astro components.
## :books: Further Reading
- [jsx-a11y/tabindex-no-positive](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/tabindex-no-positive.md)
+## :rocket: Version
+
+This rule was introduced in eslint-plugin-astro v0.11.0
+
## :mag: Implementation
- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/jsx-a11y/tabindex-no-positive.ts)
diff --git a/package.json b/package.json
index 70a6dd23..f304ada4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-astro",
- "version": "0.10.2",
+ "version": "0.11.0",
"description": "ESLint plugin for Astro component",
"main": "lib/index.js",
"files": [