Skip to content

Commit ddccd12

Browse files
committed
chore: fix docs
1 parent f5aad32 commit ddccd12

11 files changed

+11
-11
lines changed

docs/rules/no-iterator-prototype-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-every.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-find.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-flatmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-foreach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-reduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-some.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

docs/rules/no-iterator-prototype-take.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ since: "v8.1.0"
99
1010
- ✅ The following configurations enable this rule: [no-iterator-helpers] and [no-new-in-esnext]
1111

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

1414
## 💡 Examples
1515

0 commit comments

Comments
 (0)