File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-array-prototype-findlast-findlastindex"
3
3
description : " disallow the `Array.prototype.{findLast,findLastIndex}` methods"
4
+ since : " v5.3.0"
4
5
---
5
6
6
7
# es-x/no-array-prototype-findlast-findlastindex
7
8
> disallow the ` Array.prototype.{findLast,findLastIndex} ` methods
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: ` plugin:es-x/no-new-in-esnext `
11
11
12
12
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:
41
41
Configure the aggressive mode for only this rule.
42
42
This is prior to the ` settings['es-x'].aggressive` setting.
43
43
44
+ # # 🚀 Version
45
+
46
+ This rule was introduced in v5.3.0.
47
+
44
48
# # 📚 References
45
49
46
50
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-array-prototype-findlast-findlastindex.js)
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-hashbang"
3
3
description : " disallow Hashbang comments"
4
+ since : " v5.3.0"
4
5
---
5
6
6
7
# es-x/no-hashbang
7
8
> disallow Hashbang comments
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: ` plugin:es-x/no-new-in-esnext `
11
11
12
12
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
24
24
25
25
</eslint-playground >
26
26
27
+ ## 🚀 Version
28
+
29
+ This rule was introduced in v5.3.0.
30
+
27
31
## 📚 References
28
32
29
33
- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-hashbang.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-es-x" ,
3
- "version" : " 5.2.1 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " ESLint plugin about ECMAScript syntactic features." ,
5
5
"engines" : {
6
6
"node" : " >=8.10.0"
You can’t perform that action at this time.
0 commit comments