File tree Expand file tree Collapse file tree 8 files changed +36
-15
lines changed Expand file tree Collapse file tree 8 files changed +36
-15
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-dataview-properties"
3
3
description : " disallow non-standard static properties on `DataView` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-dataview-properties
7
8
> disallow non-standard static properties on ` DataView ` class
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
-
11
10
This rule reports non-standard static properties on ` DataView ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-dataview-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-finalizationregistry-properties"
3
3
description : " disallow non-standard static properties on `FinalizationRegistry` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-finalizationregistry-properties
7
8
> disallow non-standard static properties on ` FinalizationRegistry ` class
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
-
11
10
This rule reports non-standard static properties on ` FinalizationRegistry ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-finalizationregistry-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-set-properties"
3
3
description : " disallow non-standard static properties on `Set` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-set-properties
7
8
> disallow non-standard static properties on ` Set ` class
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
-
11
10
This rule reports non-standard static properties on ` Set ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-set-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-sharedarraybuffer-properties"
3
3
description : " disallow non-standard static properties on `SharedArrayBuffer` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-sharedarraybuffer-properties
7
8
> disallow non-standard static properties on ` SharedArrayBuffer ` class
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
-
11
10
This rule reports non-standard static properties on ` SharedArrayBuffer ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-sharedarraybuffer-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-weakmap-properties"
3
3
description : " disallow non-standard static properties on `WeakMap` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-weakmap-properties
7
8
> disallow non-standard static properties on ` WeakMap ` class
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
-
11
10
This rule reports non-standard static properties on ` WeakMap ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakmap-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-weakref-properties"
3
3
description : " disallow non-standard static properties on `WeakRef` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-weakref-properties
7
8
> disallow non-standard static properties on ` WeakRef ` class
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
-
11
10
This rule reports non-standard static properties on ` WeakRef ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakref-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-weakset-properties"
3
3
description : " disallow non-standard static properties on `WeakSet` class"
4
+ since : " v8.4.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-weakset-properties
7
8
> disallow non-standard static properties on ` WeakSet ` class
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
-
11
10
This rule reports non-standard static properties on ` WeakSet ` class as errors.
12
11
13
12
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
44
43
45
44
An array of non-standard property names to allow.
46
45
46
+ ## 🚀 Version
47
+
48
+ This rule was introduced in v8.4.0.
49
+
47
50
## 📚 References
48
51
49
52
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakset-properties.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-es-x" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.4.0 " ,
4
4
"description" : " ESLint plugin about ECMAScript syntactic features." ,
5
5
"engines" : {
6
6
"node" : " ^14.18.0 || >=16.0.0"
You can’t perform that action at this time.
0 commit comments