Skip to content

Commit 98f5f5b

Browse files
committed
8.2.0
1 parent 6ed7f48 commit 98f5f5b

File tree

60 files changed

+296
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+296
-119
lines changed

docs/rules/no-nonstandard-array-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-array-properties"
33
description: "disallow non-standard properties on `Array` class"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-array-properties
78
> disallow non-standard properties on `Array` 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 properties on `Array` 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.2.0.
49+
4750
## 📚 References
4851

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

docs/rules/no-nonstandard-array-prototype-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-array-prototype-properties"
33
description: "disallow non-standard properties on Array instance"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-array-prototype-properties
78
> disallow non-standard properties on Array instance
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 properties on Array instance as errors.
1211

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

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

47+
## 🚀 Version
48+
49+
This rule was introduced in v8.2.0.
50+
4851
## 📚 References
4952

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

docs/rules/no-nonstandard-arraybuffer-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-arraybuffer-properties"
33
description: "disallow non-standard properties on `ArrayBuffer` class"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-arraybuffer-properties
78
> disallow non-standard properties on `ArrayBuffer` 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 properties on `ArrayBuffer` 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.2.0.
49+
4750
## 📚 References
4851

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

docs/rules/no-nonstandard-arraybuffer-prototype-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-arraybuffer-prototype-properties"
33
description: "disallow non-standard properties on ArrayBuffer instance"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-arraybuffer-prototype-properties
78
> disallow non-standard properties on ArrayBuffer instance
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 properties on ArrayBuffer instance as errors.
1211

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

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

47+
## 🚀 Version
48+
49+
This rule was introduced in v8.2.0.
50+
4851
## 📚 References
4952

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

docs/rules/no-nonstandard-atomics-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-atomics-properties"
33
description: "disallow non-standard properties on `Atomics` class"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-atomics-properties
78
> disallow non-standard properties on `Atomics` 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 properties on `Atomics` 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.2.0.
49+
4750
## 📚 References
4851

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

docs/rules/no-nonstandard-bigint-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-bigint-properties"
33
description: "disallow non-standard properties on `BigInt` class"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-bigint-properties
78
> disallow non-standard properties on `BigInt` 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 properties on `BigInt` 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.2.0.
49+
4750
## 📚 References
4851

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

docs/rules/no-nonstandard-bigint-prototype-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-bigint-prototype-properties"
33
description: "disallow non-standard properties on BigInt instance"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-bigint-prototype-properties
78
> disallow non-standard properties on BigInt instance
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 properties on BigInt instance as errors.
1211

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

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

47+
## 🚀 Version
48+
49+
This rule was introduced in v8.2.0.
50+
4851
## 📚 References
4952

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

docs/rules/no-nonstandard-boolean-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-boolean-properties"
33
description: "disallow non-standard properties on `Boolean` class"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-boolean-properties
78
> disallow non-standard properties on `Boolean` 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 properties on `Boolean` 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.2.0.
49+
4750
## 📚 References
4851

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

docs/rules/no-nonstandard-boolean-prototype-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-boolean-prototype-properties"
33
description: "disallow non-standard properties on Boolean instance"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-boolean-prototype-properties
78
> disallow non-standard properties on Boolean instance
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 properties on Boolean instance as errors.
1211

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

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

47+
## 🚀 Version
48+
49+
This rule was introduced in v8.2.0.
50+
4851
## 📚 References
4952

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

docs/rules/no-nonstandard-dataview-prototype-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-prototype-properties"
33
description: "disallow non-standard properties on DataView instance"
4+
since: "v8.2.0"
45
---
56

67
# es-x/no-nonstandard-dataview-prototype-properties
78
> disallow non-standard properties on DataView instance
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 properties on DataView instance as errors.
1211

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

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

47+
## 🚀 Version
48+
49+
This rule was introduced in v8.2.0.
50+
4851
## 📚 References
4952

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

0 commit comments

Comments
 (0)