Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 17, 2024
1 parent 6ed7f48 commit 98f5f5b
Show file tree
Hide file tree
Showing 60 changed files with 296 additions and 119 deletions.
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-array-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-array-properties"
description: "disallow non-standard properties on `Array` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-array-properties
> disallow non-standard properties on `Array` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Array` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-array-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-array-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-array-prototype-properties"
description: "disallow non-standard properties on Array instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-array-prototype-properties
> disallow non-standard properties on Array instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on Array instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-array-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-arraybuffer-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-arraybuffer-properties"
description: "disallow non-standard properties on `ArrayBuffer` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-arraybuffer-properties
> disallow non-standard properties on `ArrayBuffer` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `ArrayBuffer` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-arraybuffer-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-arraybuffer-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-arraybuffer-prototype-properties"
description: "disallow non-standard properties on ArrayBuffer instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-arraybuffer-prototype-properties
> disallow non-standard properties on ArrayBuffer instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on ArrayBuffer instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-arraybuffer-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-atomics-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-atomics-properties"
description: "disallow non-standard properties on `Atomics` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-atomics-properties
> disallow non-standard properties on `Atomics` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Atomics` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-atomics-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-bigint-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-bigint-properties"
description: "disallow non-standard properties on `BigInt` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-bigint-properties
> disallow non-standard properties on `BigInt` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `BigInt` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-bigint-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-bigint-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-bigint-prototype-properties"
description: "disallow non-standard properties on BigInt instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-bigint-prototype-properties
> disallow non-standard properties on BigInt instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on BigInt instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-bigint-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-boolean-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-boolean-properties"
description: "disallow non-standard properties on `Boolean` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-boolean-properties
> disallow non-standard properties on `Boolean` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Boolean` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-boolean-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-boolean-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-boolean-prototype-properties"
description: "disallow non-standard properties on Boolean instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-boolean-prototype-properties
> disallow non-standard properties on Boolean instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on Boolean instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-boolean-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-dataview-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-dataview-prototype-properties"
description: "disallow non-standard properties on DataView instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-dataview-prototype-properties
> disallow non-standard properties on DataView instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on DataView instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-dataview-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-date-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-date-properties"
description: "disallow non-standard properties on `Date` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-date-properties
> disallow non-standard properties on `Date` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Date` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-date-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-date-prototype-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-date-prototype-properties"
description: "disallow non-standard properties on Date instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-date-prototype-properties
> disallow non-standard properties on Date instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on Date instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-date-prototype-properties.js)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-finalizationregistry-prototype-properties"
description: "disallow non-standard properties on FinalizationRegistry instance"
since: "v8.2.0"
---

# es-x/no-nonstandard-finalizationregistry-prototype-properties
> disallow non-standard properties on FinalizationRegistry instance
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on FinalizationRegistry instance as errors.

## 💡 Examples
Expand Down Expand Up @@ -45,6 +44,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-finalizationregistry-prototype-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-function-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-function-properties"
description: "disallow non-standard properties on `Function` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-function-properties
> disallow non-standard properties on `Function` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Function` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-function-properties.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-nonstandard-intl-collator-properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "es-x/no-nonstandard-intl-collator-properties"
description: "disallow non-standard properties on `Intl.Collator` class"
since: "v8.2.0"
---

# es-x/no-nonstandard-intl-collator-properties
> disallow non-standard properties on `Intl.Collator` class
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule reports non-standard properties on `Intl.Collator` class as errors.

## 💡 Examples
Expand Down Expand Up @@ -44,6 +43,10 @@ This rule has an option.

An array of non-standard property names to allow.

## 🚀 Version

This rule was introduced in v8.2.0.

## 📚 References

- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-intl-collator-properties.js)
Expand Down
Loading

0 comments on commit 98f5f5b

Please sign in to comment.