Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 8, 2022
1 parent 2b77484 commit e3312ba
Show file tree
Hide file tree
Showing 34 changed files with 166 additions and 67 deletions.
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/alt-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/anchor-has-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/anchor-is-valid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/aria-activedescendant-has-tabindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/aria-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/aria-proptypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/aria-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/aria-unsupported-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/autocomplete-valid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/click-events-have-key-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/control-has-associated-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/heading-has-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/html-has-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/iframe-has-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/jsx-a11y/img-redundant-alt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

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)
Expand Down
Loading

0 comments on commit e3312ba

Please sign in to comment.