Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 17, 2024
1 parent f5aad32 commit ddccd12
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.drop`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.drop`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-every.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.every`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.every`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.filter`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.filter`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.find`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.find`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-flatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.flatMap`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.flatMap`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-foreach.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.forEach`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.forEach`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.map`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.map`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-reduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.reduce`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.reduce`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-some.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.some`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.some`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-take.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.take`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.take`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-iterator-prototype-toarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ since: "v8.1.0"
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]

This rule reports ES2025 [`Iterator.prototype.toArray`](https://github.com/tc39/proposal-iterator-helpers) as errors.\
This rule reports ES2025 [`Iterator.prototype.toArray`](https://github.com/tc39/proposal-iterator-helpers) as errors.

## 💡 Examples

Expand Down

0 comments on commit ddccd12

Please sign in to comment.