Skip to content

Commit 173fc9a

Browse files
committed
5.3.0
1 parent 6d4f6bc commit 173fc9a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/rules/no-array-prototype-findlast-findlastindex.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "es-x/no-array-prototype-findlast-findlastindex"
33
description: "disallow the `Array.prototype.{findLast,findLastIndex}` methods"
4+
since: "v5.3.0"
45
---
56

67
# es-x/no-array-prototype-findlast-findlastindex
78
> disallow the `Array.prototype.{findLast,findLastIndex}` methods
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1010
- ✅ The following configurations enable this rule: `plugin:es-x/no-new-in-esnext`
1111

1212
This rule reports ES2023 [`Array.prototype.{findLast,findLastIndex}` methods](https://github.com/tc39/proposal-array-find-from-last) as errors.
@@ -41,6 +41,10 @@ rules:
4141
Configure the aggressive mode for only this rule.
4242
This is prior to the `settings['es-x'].aggressive` setting.
4343

44+
## 🚀 Version
45+
46+
This rule was introduced in v5.3.0.
47+
4448
## 📚 References
4549

4650
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-array-prototype-findlast-findlastindex.js)

docs/rules/no-hashbang.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "es-x/no-hashbang"
33
description: "disallow Hashbang comments"
4+
since: "v5.3.0"
45
---
56

67
# es-x/no-hashbang
78
> disallow Hashbang comments
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1010
- ✅ The following configurations enable this rule: `plugin:es-x/no-new-in-esnext`
1111

1212
This rule reports ES2023 [Hashbang comment](https://github.com/tc39/proposal-hashbang) as errors.
@@ -24,6 +24,10 @@ This rule reports ES2023 [Hashbang comment](https://github.com/tc39/proposal-has
2424

2525
</eslint-playground>
2626

27+
## 🚀 Version
28+
29+
This rule was introduced in v5.3.0.
30+
2731
## 📚 References
2832

2933
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-hashbang.js)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-es-x",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "ESLint plugin about ECMAScript syntactic features.",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)