Skip to content

Commit 92f5f75

Browse files
committed
8.4.0
1 parent 66e8b16 commit 92f5f75

8 files changed

+36
-15
lines changed

docs/rules/no-nonstandard-dataview-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-dataview-properties"
33
description: "disallow non-standard static properties on `DataView` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-dataview-properties
78
> disallow non-standard static properties on `DataView` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `DataView` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-dataview-properties.js)

docs/rules/no-nonstandard-finalizationregistry-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-finalizationregistry-properties"
33
description: "disallow non-standard static properties on `FinalizationRegistry` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-finalizationregistry-properties
78
> disallow non-standard static properties on `FinalizationRegistry` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `FinalizationRegistry` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-finalizationregistry-properties.js)

docs/rules/no-nonstandard-set-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-set-properties"
33
description: "disallow non-standard static properties on `Set` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-set-properties
78
> disallow non-standard static properties on `Set` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `Set` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-set-properties.js)

docs/rules/no-nonstandard-sharedarraybuffer-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-sharedarraybuffer-properties"
33
description: "disallow non-standard static properties on `SharedArrayBuffer` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-sharedarraybuffer-properties
78
> disallow non-standard static properties on `SharedArrayBuffer` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `SharedArrayBuffer` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-sharedarraybuffer-properties.js)

docs/rules/no-nonstandard-weakmap-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-weakmap-properties"
33
description: "disallow non-standard static properties on `WeakMap` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-weakmap-properties
78
> disallow non-standard static properties on `WeakMap` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `WeakMap` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakmap-properties.js)

docs/rules/no-nonstandard-weakref-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-weakref-properties"
33
description: "disallow non-standard static properties on `WeakRef` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-weakref-properties
78
> disallow non-standard static properties on `WeakRef` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `WeakRef` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakref-properties.js)

docs/rules/no-nonstandard-weakset-properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "es-x/no-nonstandard-weakset-properties"
33
description: "disallow non-standard static properties on `WeakSet` class"
4+
since: "v8.4.0"
45
---
56

67
# es-x/no-nonstandard-weakset-properties
78
> disallow non-standard static properties on `WeakSet` class
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
10-
1110
This rule reports non-standard static properties on `WeakSet` class as errors.
1211

1312
## 💡 Examples
@@ -44,6 +43,10 @@ This rule has an option.
4443

4544
An array of non-standard property names to allow.
4645

46+
## 🚀 Version
47+
48+
This rule was introduced in v8.4.0.
49+
4750
## 📚 References
4851

4952
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-weakset-properties.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": "8.3.1",
3+
"version": "8.4.0",
44
"description": "ESLint plugin about ECMAScript syntactic features.",
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"

0 commit comments

Comments
 (0)