From 28895f20d9e24c022759b1d1f506cea1b467c641 Mon Sep 17 00:00:00 2001 From: roikoren755 <26850796+roikoren755@users.noreply.github.com> Date: Sun, 22 May 2022 09:46:32 +0300 Subject: [PATCH] ci(changesets): version packages (#144) Co-authored-by: github-actions[bot] --- .changeset/brave-feet-compete.md | 5 - .changeset/bright-gifts-ring.md | 5 - .changeset/dry-eggs-crash.md | 5 - .changeset/light-doors-smash.md | 5 - .changeset/many-cups-do.md | 5 - .changeset/modern-pens-chew.md | 5 - .changeset/polite-timers-notice.md | 5 - .changeset/slimy-ads-scream.md | 5 - .changeset/small-moles-hang.md | 5 - .changeset/soft-lamps-burn.md | 5 - .changeset/ten-snakes-impress.md | 5 - .changeset/tender-snakes-refuse.md | 5 - CHANGELOG.md | 28 ++++ docs/rules/no-accessor-properties.md | 4 +- docs/rules/no-array-from.md | 4 +- docs/rules/no-array-isarray.md | 4 +- docs/rules/no-array-of.md | 4 +- docs/rules/no-array-prototype-copywithin.md | 4 +- docs/rules/no-array-prototype-entries.md | 4 +- docs/rules/no-array-prototype-every.md | 4 +- docs/rules/no-array-prototype-fill.md | 4 +- docs/rules/no-array-prototype-filter.md | 4 +- docs/rules/no-array-prototype-find.md | 4 +- docs/rules/no-array-prototype-findindex.md | 4 +- docs/rules/no-array-prototype-flat.md | 4 +- docs/rules/no-array-prototype-foreach.md | 4 +- docs/rules/no-array-prototype-includes.md | 4 +- docs/rules/no-array-prototype-indexof.md | 4 +- docs/rules/no-array-prototype-keys.md | 4 +- docs/rules/no-array-prototype-lastindexof.md | 4 +- docs/rules/no-array-prototype-map.md | 4 +- docs/rules/no-array-prototype-reduce.md | 4 +- docs/rules/no-array-prototype-reduceright.md | 4 +- docs/rules/no-array-prototype-some.md | 4 +- docs/rules/no-array-prototype-values.md | 4 +- docs/rules/no-array-string-prototype-at.md | 4 +- docs/rules/no-arrow-functions.md | 4 +- docs/rules/no-async-functions.md | 4 +- docs/rules/no-async-iteration.md | 4 +- docs/rules/no-atomics.md | 4 +- docs/rules/no-bigint.md | 4 +- docs/rules/no-binary-numeric-literals.md | 4 +- docs/rules/no-block-scoped-functions.md | 4 +- docs/rules/no-block-scoped-variables.md | 4 +- docs/rules/no-class-fields.md | 4 +- docs/rules/no-class-static-block.md | 4 +- docs/rules/no-classes.md | 4 +- docs/rules/no-computed-properties.md | 4 +- docs/rules/no-date-now.md | 4 +- docs/rules/no-default-parameters.md | 4 +- docs/rules/no-destructuring.md | 4 +- docs/rules/no-dynamic-import.md | 4 +- docs/rules/no-exponential-operators.md | 4 +- docs/rules/no-export-ns-from.md | 4 +- docs/rules/no-for-of-loops.md | 4 +- docs/rules/no-function-prototype-bind.md | 4 +- docs/rules/no-generators.md | 4 +- docs/rules/no-global-this.md | 4 +- docs/rules/no-import-meta.md | 4 +- docs/rules/no-json-superset.md | 4 +- docs/rules/no-json.md | 4 +- docs/rules/no-keyword-properties.md | 4 +- docs/rules/no-logical-assignment-operators.md | 4 +- docs/rules/no-malformed-template-literals.md | 4 +- docs/rules/no-map.md | 4 +- docs/rules/no-math-acosh.md | 4 +- docs/rules/no-math-asinh.md | 4 +- docs/rules/no-math-atanh.md | 4 +- docs/rules/no-math-cbrt.md | 4 +- docs/rules/no-math-clz32.md | 4 +- docs/rules/no-math-cosh.md | 4 +- docs/rules/no-math-expm1.md | 4 +- docs/rules/no-math-fround.md | 4 +- docs/rules/no-math-hypot.md | 4 +- docs/rules/no-math-imul.md | 4 +- docs/rules/no-math-log10.md | 4 +- docs/rules/no-math-log1p.md | 4 +- docs/rules/no-math-log2.md | 4 +- docs/rules/no-math-sign.md | 4 +- docs/rules/no-math-sinh.md | 4 +- docs/rules/no-math-tanh.md | 4 +- docs/rules/no-math-trunc.md | 4 +- docs/rules/no-modules.md | 4 +- docs/rules/no-new-target.md | 4 +- docs/rules/no-nullish-coalescing-operators.md | 4 +- docs/rules/no-number-epsilon.md | 4 +- docs/rules/no-number-isfinite.md | 4 +- docs/rules/no-number-isinteger.md | 4 +- docs/rules/no-number-isnan.md | 4 +- docs/rules/no-number-issafeinteger.md | 4 +- docs/rules/no-number-maxsafeinteger.md | 4 +- docs/rules/no-number-minsafeinteger.md | 4 +- docs/rules/no-number-parsefloat.md | 4 +- docs/rules/no-number-parseint.md | 4 +- docs/rules/no-numeric-separators.md | 4 +- docs/rules/no-object-assign.md | 4 +- docs/rules/no-object-create.md | 4 +- docs/rules/no-object-defineproperties.md | 4 +- docs/rules/no-object-defineproperty.md | 4 +- docs/rules/no-object-entries.md | 4 +- docs/rules/no-object-freeze.md | 4 +- docs/rules/no-object-fromentries.md | 4 +- .../no-object-getownpropertydescriptor.md | 4 +- .../no-object-getownpropertydescriptors.md | 4 +- docs/rules/no-object-getownpropertynames.md | 4 +- docs/rules/no-object-getownpropertysymbols.md | 4 +- docs/rules/no-object-getprototypeof.md | 4 +- docs/rules/no-object-hasown.md | 4 +- docs/rules/no-object-is.md | 4 +- docs/rules/no-object-isextensible.md | 4 +- docs/rules/no-object-isfrozen.md | 4 +- docs/rules/no-object-issealed.md | 4 +- docs/rules/no-object-keys.md | 4 +- docs/rules/no-object-preventextensions.md | 4 +- docs/rules/no-object-seal.md | 4 +- docs/rules/no-object-setprototypeof.md | 4 +- docs/rules/no-object-super-properties.md | 4 +- docs/rules/no-object-values.md | 4 +- docs/rules/no-octal-numeric-literals.md | 4 +- docs/rules/no-optional-catch-binding.md | 4 +- docs/rules/no-optional-chaining.md | 4 +- docs/rules/no-private-in.md | 4 +- docs/rules/no-promise-all-settled.md | 4 +- docs/rules/no-promise-any.md | 4 +- docs/rules/no-promise-prototype-finally.md | 4 +- docs/rules/no-promise.md | 4 +- docs/rules/no-property-shorthands.md | 4 +- docs/rules/no-proxy.md | 4 +- docs/rules/no-reflect.md | 4 +- docs/rules/no-regexp-d-flag.md | 4 +- docs/rules/no-regexp-lookbehind-assertions.md | 4 +- docs/rules/no-regexp-named-capture-groups.md | 4 +- docs/rules/no-regexp-prototype-flags.md | 4 +- docs/rules/no-regexp-s-flag.md | 4 +- docs/rules/no-regexp-u-flag.md | 4 +- ...no-regexp-unicode-property-escapes-2019.md | 4 +- .../no-regexp-unicode-property-escapes.md | 4 +- docs/rules/no-regexp-y-flag.md | 4 +- docs/rules/no-rest-parameters.md | 4 +- docs/rules/no-rest-spread-properties.md | 4 +- docs/rules/no-set.md | 4 +- docs/rules/no-shared-array-buffer.md | 4 +- docs/rules/no-spread-elements.md | 4 +- docs/rules/no-string-fromcodepoint.md | 4 +- docs/rules/no-string-prototype-codepointat.md | 4 +- docs/rules/no-string-prototype-endswith.md | 4 +- docs/rules/no-string-prototype-includes.md | 4 +- docs/rules/no-string-prototype-matchall.md | 4 +- docs/rules/no-string-prototype-normalize.md | 4 +- .../no-string-prototype-padstart-padend.md | 4 +- docs/rules/no-string-prototype-repeat.md | 4 +- docs/rules/no-string-prototype-replaceall.md | 4 +- docs/rules/no-string-prototype-startswith.md | 4 +- docs/rules/no-string-prototype-trim.md | 4 +- .../no-string-prototype-trimstart-trimend.md | 4 +- docs/rules/no-string-raw.md | 4 +- docs/rules/no-subclassing-builtins.md | 4 +- docs/rules/no-symbol-prototype-description.md | 4 +- docs/rules/no-symbol.md | 4 +- docs/rules/no-template-literals.md | 4 +- docs/rules/no-top-level-await.md | 4 +- docs/rules/no-trailing-commas.md | 4 +- docs/rules/no-trailing-function-commas.md | 4 +- docs/rules/no-typed-arrays.md | 4 +- docs/rules/no-unicode-codepoint-escapes.md | 4 +- docs/rules/no-weak-map.md | 4 +- docs/rules/no-weak-set.md | 4 +- docs/rules/no-weakrefs.md | 4 +- package-lock.json | 148 ++++++++++++------ package.json | 2 +- 170 files changed, 437 insertions(+), 421 deletions(-) delete mode 100644 .changeset/brave-feet-compete.md delete mode 100644 .changeset/bright-gifts-ring.md delete mode 100644 .changeset/dry-eggs-crash.md delete mode 100644 .changeset/light-doors-smash.md delete mode 100644 .changeset/many-cups-do.md delete mode 100644 .changeset/modern-pens-chew.md delete mode 100644 .changeset/polite-timers-notice.md delete mode 100644 .changeset/slimy-ads-scream.md delete mode 100644 .changeset/small-moles-hang.md delete mode 100644 .changeset/soft-lamps-burn.md delete mode 100644 .changeset/ten-snakes-impress.md delete mode 100644 .changeset/tender-snakes-refuse.md diff --git a/.changeset/brave-feet-compete.md b/.changeset/brave-feet-compete.md deleted file mode 100644 index 86b06024..00000000 --- a/.changeset/brave-feet-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency globals to v13.15.0 diff --git a/.changeset/bright-gifts-ring.md b/.changeset/bright-gifts-ring.md deleted file mode 100644 index 97732fee..00000000 --- a/.changeset/bright-gifts-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update typescript-eslint monorepo to v5.25.0 diff --git a/.changeset/dry-eggs-crash.md b/.changeset/dry-eggs-crash.md deleted file mode 100644 index 474c8a3f..00000000 --- a/.changeset/dry-eggs-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update github/codeql-action action to v2.1.11 diff --git a/.changeset/light-doors-smash.md b/.changeset/light-doors-smash.md deleted file mode 100644 index 9ab0dd0f..00000000 --- a/.changeset/light-doors-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.16.0 diff --git a/.changeset/many-cups-do.md b/.changeset/many-cups-do.md deleted file mode 100644 index 58372775..00000000 --- a/.changeset/many-cups-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update actions/setup-node action to v3.2.0 diff --git a/.changeset/modern-pens-chew.md b/.changeset/modern-pens-chew.md deleted file mode 100644 index e5af0e01..00000000 --- a/.changeset/modern-pens-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update github/codeql-action action to v2.1.10 diff --git a/.changeset/polite-timers-notice.md b/.changeset/polite-timers-notice.md deleted file mode 100644 index bf409624..00000000 --- a/.changeset/polite-timers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency husky to v8 diff --git a/.changeset/slimy-ads-scream.md b/.changeset/slimy-ads-scream.md deleted file mode 100644 index 231d0178..00000000 --- a/.changeset/slimy-ads-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency globals to v13.14.0 diff --git a/.changeset/small-moles-hang.md b/.changeset/small-moles-hang.md deleted file mode 100644 index 45474cab..00000000 --- a/.changeset/small-moles-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update commitlint monorepo to v17 (major) diff --git a/.changeset/soft-lamps-burn.md b/.changeset/soft-lamps-burn.md deleted file mode 100644 index 449aaa78..00000000 --- a/.changeset/soft-lamps-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.15.0 diff --git a/.changeset/ten-snakes-impress.md b/.changeset/ten-snakes-impress.md deleted file mode 100644 index 48a83386..00000000 --- a/.changeset/ten-snakes-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update changesets/action action to v1.3.0 diff --git a/.changeset/tender-snakes-refuse.md b/.changeset/tender-snakes-refuse.md deleted file mode 100644 index a306843a..00000000 --- a/.changeset/tender-snakes-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint-plugin-eslint-plugin to v4.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6eb645..c446d0cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # eslint-plugin-es-roikoren +## 2.0.11 + +### Patch Changes + +- [#149](https://github.com/roikoren755/eslint-plugin-es/pull/149) [`7b29516`](https://github.com/roikoren755/eslint-plugin-es/commit/7b295167039745e3a727ed39b15860e12a41023c) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency globals to v13.15.0 + +* [#142](https://github.com/roikoren755/eslint-plugin-es/pull/142) [`e0f47de`](https://github.com/roikoren755/eslint-plugin-es/commit/e0f47de1220b89cdb847d869082de1553bd46145) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update typescript-eslint monorepo to v5.25.0 + +- [#154](https://github.com/roikoren755/eslint-plugin-es/pull/154) [`0e88654`](https://github.com/roikoren755/eslint-plugin-es/commit/0e8865475d95e462a32cf4c85874dba0d2bf561f) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update github/codeql-action action to v2.1.11 + +* [#155](https://github.com/roikoren755/eslint-plugin-es/pull/155) [`da527ac`](https://github.com/roikoren755/eslint-plugin-es/commit/da527ac57cfccbfcee07e662f5ebfbf02cfb2b54) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.16.0 + +- [#152](https://github.com/roikoren755/eslint-plugin-es/pull/152) [`77463e3`](https://github.com/roikoren755/eslint-plugin-es/commit/77463e3042cf5a7ba0aae57e294fd1f47f04ed9b) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update actions/setup-node action to v3.2.0 + +* [#148](https://github.com/roikoren755/eslint-plugin-es/pull/148) [`fe75d59`](https://github.com/roikoren755/eslint-plugin-es/commit/fe75d598c8d869a3f0d1fbf200988f7a3e6f9af9) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update github/codeql-action action to v2.1.10 + +- [#146](https://github.com/roikoren755/eslint-plugin-es/pull/146) [`4c059dc`](https://github.com/roikoren755/eslint-plugin-es/commit/4c059dc4b62ded9a73f16b2fca39b13adeb10e19) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency husky to v8 + +* [#145](https://github.com/roikoren755/eslint-plugin-es/pull/145) [`5abfe85`](https://github.com/roikoren755/eslint-plugin-es/commit/5abfe850efe10bbc6c3f649ab8a073b89be87d0a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency globals to v13.14.0 + +- [#153](https://github.com/roikoren755/eslint-plugin-es/pull/153) [`1e4bc78`](https://github.com/roikoren755/eslint-plugin-es/commit/1e4bc789f1e131bb8edaa56be47fd46b55996531) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update commitlint monorepo to v17 (major) + +* [#143](https://github.com/roikoren755/eslint-plugin-es/pull/143) [`e7ffe8b`](https://github.com/roikoren755/eslint-plugin-es/commit/e7ffe8bd056c69ade5a209d989c111bc8b59b985) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.15.0 + +- [#147](https://github.com/roikoren755/eslint-plugin-es/pull/147) [`d665574`](https://github.com/roikoren755/eslint-plugin-es/commit/d665574c5f60e55ca5fbe77cccce4de9260c2253) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update changesets/action action to v1.3.0 + +* [#151](https://github.com/roikoren755/eslint-plugin-es/pull/151) [`cb4b124`](https://github.com/roikoren755/eslint-plugin-es/commit/cb4b12481de4d800fb2c190f1507f0d035348d84) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-eslint-plugin to v4.2.0 + ## 2.0.10 ### Patch Changes diff --git a/docs/rules/no-accessor-properties.md b/docs/rules/no-accessor-properties.md index 7fa40fcc..458afe9b 100644 --- a/docs/rules/no-accessor-properties.md +++ b/docs/rules/no-accessor-properties.md @@ -23,5 +23,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-accessor-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-accessor-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-accessor-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-accessor-properties.ts) diff --git a/docs/rules/no-array-from.md b/docs/rules/no-array-from.md index ba027989..8d299087 100644 --- a/docs/rules/no-array-from.md +++ b/docs/rules/no-array-from.md @@ -16,5 +16,5 @@ const array = Array.from('hello'); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-from.ts) diff --git a/docs/rules/no-array-isarray.md b/docs/rules/no-array-isarray.md index af861d47..93632722 100644 --- a/docs/rules/no-array-isarray.md +++ b/docs/rules/no-array-isarray.md @@ -16,5 +16,5 @@ var array = Array.isArray(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-isarray.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-isarray.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-isarray.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-isarray.ts) diff --git a/docs/rules/no-array-of.md b/docs/rules/no-array-of.md index 35ba4a5e..1bd9076f 100644 --- a/docs/rules/no-array-of.md +++ b/docs/rules/no-array-of.md @@ -16,5 +16,5 @@ const array = Array.of(1, 2, 3); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-of.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-of.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-of.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-of.ts) diff --git a/docs/rules/no-array-prototype-copywithin.md b/docs/rules/no-array-prototype-copywithin.md index e065ea75..b3c4ca7b 100644 --- a/docs/rules/no-array-prototype-copywithin.md +++ b/docs/rules/no-array-prototype-copywithin.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-copywithin.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-copywithin.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-copywithin.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-copywithin.ts) diff --git a/docs/rules/no-array-prototype-entries.md b/docs/rules/no-array-prototype-entries.md index f4f90252..42f0b313 100644 --- a/docs/rules/no-array-prototype-entries.md +++ b/docs/rules/no-array-prototype-entries.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-entries.ts) diff --git a/docs/rules/no-array-prototype-every.md b/docs/rules/no-array-prototype-every.md index b70f31c1..b902d5cb 100644 --- a/docs/rules/no-array-prototype-every.md +++ b/docs/rules/no-array-prototype-every.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-every.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-every.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-every.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-every.ts) diff --git a/docs/rules/no-array-prototype-fill.md b/docs/rules/no-array-prototype-fill.md index 3a977acd..11ea412b 100644 --- a/docs/rules/no-array-prototype-fill.md +++ b/docs/rules/no-array-prototype-fill.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-fill.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-fill.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-fill.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-fill.ts) diff --git a/docs/rules/no-array-prototype-filter.md b/docs/rules/no-array-prototype-filter.md index 833733ca..bff57d5f 100644 --- a/docs/rules/no-array-prototype-filter.md +++ b/docs/rules/no-array-prototype-filter.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-filter.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-filter.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-filter.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-filter.ts) diff --git a/docs/rules/no-array-prototype-find.md b/docs/rules/no-array-prototype-find.md index 52206f3a..bf235588 100644 --- a/docs/rules/no-array-prototype-find.md +++ b/docs/rules/no-array-prototype-find.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-find.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-find.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-find.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-find.ts) diff --git a/docs/rules/no-array-prototype-findindex.md b/docs/rules/no-array-prototype-findindex.md index 76f35a94..4958d726 100644 --- a/docs/rules/no-array-prototype-findindex.md +++ b/docs/rules/no-array-prototype-findindex.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-findindex.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-findindex.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-findindex.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-findindex.ts) diff --git a/docs/rules/no-array-prototype-flat.md b/docs/rules/no-array-prototype-flat.md index 81af2add..6898604e 100644 --- a/docs/rules/no-array-prototype-flat.md +++ b/docs/rules/no-array-prototype-flat.md @@ -33,5 +33,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-flat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-flat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-flat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-flat.ts) diff --git a/docs/rules/no-array-prototype-foreach.md b/docs/rules/no-array-prototype-foreach.md index 4620277c..42c4de38 100644 --- a/docs/rules/no-array-prototype-foreach.md +++ b/docs/rules/no-array-prototype-foreach.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-foreach.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-foreach.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-foreach.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-foreach.ts) diff --git a/docs/rules/no-array-prototype-includes.md b/docs/rules/no-array-prototype-includes.md index a09bfcd3..7c5ea18f 100644 --- a/docs/rules/no-array-prototype-includes.md +++ b/docs/rules/no-array-prototype-includes.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-includes.ts) diff --git a/docs/rules/no-array-prototype-indexof.md b/docs/rules/no-array-prototype-indexof.md index e1143a22..568d6882 100644 --- a/docs/rules/no-array-prototype-indexof.md +++ b/docs/rules/no-array-prototype-indexof.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-indexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-indexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-indexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-indexof.ts) diff --git a/docs/rules/no-array-prototype-keys.md b/docs/rules/no-array-prototype-keys.md index 79fb54ee..2cbcd07a 100644 --- a/docs/rules/no-array-prototype-keys.md +++ b/docs/rules/no-array-prototype-keys.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-keys.ts) diff --git a/docs/rules/no-array-prototype-lastindexof.md b/docs/rules/no-array-prototype-lastindexof.md index 35d85198..33e95d3a 100644 --- a/docs/rules/no-array-prototype-lastindexof.md +++ b/docs/rules/no-array-prototype-lastindexof.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-lastindexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-lastindexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-lastindexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-lastindexof.ts) diff --git a/docs/rules/no-array-prototype-map.md b/docs/rules/no-array-prototype-map.md index cfef8ce1..7f17d71d 100644 --- a/docs/rules/no-array-prototype-map.md +++ b/docs/rules/no-array-prototype-map.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-map.ts) diff --git a/docs/rules/no-array-prototype-reduce.md b/docs/rules/no-array-prototype-reduce.md index 2e418604..26da0c23 100644 --- a/docs/rules/no-array-prototype-reduce.md +++ b/docs/rules/no-array-prototype-reduce.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-reduce.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-reduce.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-reduce.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-reduce.ts) diff --git a/docs/rules/no-array-prototype-reduceright.md b/docs/rules/no-array-prototype-reduceright.md index 77425189..32252cab 100644 --- a/docs/rules/no-array-prototype-reduceright.md +++ b/docs/rules/no-array-prototype-reduceright.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-reduceright.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-reduceright.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-reduceright.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-reduceright.ts) diff --git a/docs/rules/no-array-prototype-some.md b/docs/rules/no-array-prototype-some.md index 337c811e..513ddf9f 100644 --- a/docs/rules/no-array-prototype-some.md +++ b/docs/rules/no-array-prototype-some.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-some.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-some.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-some.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-some.ts) diff --git a/docs/rules/no-array-prototype-values.md b/docs/rules/no-array-prototype-values.md index 9940d4ba..39a14c63 100644 --- a/docs/rules/no-array-prototype-values.md +++ b/docs/rules/no-array-prototype-values.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-prototype-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-prototype-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-prototype-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-prototype-values.ts) diff --git a/docs/rules/no-array-string-prototype-at.md b/docs/rules/no-array-string-prototype-at.md index 6211392d..6f7731ec 100644 --- a/docs/rules/no-array-string-prototype-at.md +++ b/docs/rules/no-array-string-prototype-at.md @@ -17,5 +17,5 @@ foo.at(-1); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-array-string-prototype-at.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-array-string-prototype-at.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-array-string-prototype-at.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-array-string-prototype-at.ts) diff --git a/docs/rules/no-arrow-functions.md b/docs/rules/no-arrow-functions.md index 8c515d1d..f05a5a8a 100644 --- a/docs/rules/no-arrow-functions.md +++ b/docs/rules/no-arrow-functions.md @@ -27,5 +27,5 @@ let b = function() { doSomething() } ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-arrow-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-arrow-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-arrow-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-arrow-functions.ts) diff --git a/docs/rules/no-async-functions.md b/docs/rules/no-async-functions.md index ee0ed6f7..d858aaad 100644 --- a/docs/rules/no-async-functions.md +++ b/docs/rules/no-async-functions.md @@ -20,5 +20,5 @@ class A { async f5() {} } ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-async-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-async-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-async-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-async-functions.ts) diff --git a/docs/rules/no-async-iteration.md b/docs/rules/no-async-iteration.md index 00efcdc9..c1bd1789 100644 --- a/docs/rules/no-async-iteration.md +++ b/docs/rules/no-async-iteration.md @@ -23,5 +23,5 @@ async function wrap() { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-async-iteration.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-async-iteration.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-async-iteration.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-async-iteration.ts) diff --git a/docs/rules/no-atomics.md b/docs/rules/no-atomics.md index 967a37f7..9da2f935 100644 --- a/docs/rules/no-atomics.md +++ b/docs/rules/no-atomics.md @@ -16,5 +16,5 @@ Atomics.add(buffer, 0, 2); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-atomics.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-atomics.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-atomics.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-atomics.ts) diff --git a/docs/rules/no-bigint.md b/docs/rules/no-bigint.md index 2542fd22..697ddacd 100644 --- a/docs/rules/no-bigint.md +++ b/docs/rules/no-bigint.md @@ -19,5 +19,5 @@ let d = new BigUint64Array(10); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-bigint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-bigint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-bigint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-bigint.ts) diff --git a/docs/rules/no-binary-numeric-literals.md b/docs/rules/no-binary-numeric-literals.md index 0db644db..f6f6bbfd 100644 --- a/docs/rules/no-binary-numeric-literals.md +++ b/docs/rules/no-binary-numeric-literals.md @@ -16,5 +16,5 @@ let a = 0b1010; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-binary-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-binary-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-binary-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-binary-numeric-literals.ts) diff --git a/docs/rules/no-block-scoped-functions.md b/docs/rules/no-block-scoped-functions.md index f99177bd..19f116e7 100644 --- a/docs/rules/no-block-scoped-functions.md +++ b/docs/rules/no-block-scoped-functions.md @@ -20,5 +20,5 @@ if (a) { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-block-scoped-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-block-scoped-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-block-scoped-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-block-scoped-functions.ts) diff --git a/docs/rules/no-block-scoped-variables.md b/docs/rules/no-block-scoped-variables.md index 95c12b61..cc1fffd3 100644 --- a/docs/rules/no-block-scoped-variables.md +++ b/docs/rules/no-block-scoped-variables.md @@ -17,5 +17,5 @@ const b = 2; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-block-scoped-variables.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-block-scoped-variables.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-block-scoped-variables.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-block-scoped-variables.ts) diff --git a/docs/rules/no-class-fields.md b/docs/rules/no-class-fields.md index 33e6b6b5..3762ef33 100644 --- a/docs/rules/no-class-fields.md +++ b/docs/rules/no-class-fields.md @@ -36,5 +36,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-class-fields.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-class-fields.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-class-fields.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-class-fields.ts) diff --git a/docs/rules/no-class-static-block.md b/docs/rules/no-class-static-block.md index f9860642..cd5be2b0 100644 --- a/docs/rules/no-class-static-block.md +++ b/docs/rules/no-class-static-block.md @@ -25,5 +25,5 @@ const B = class { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-class-static-block.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-class-static-block.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-class-static-block.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-class-static-block.ts) diff --git a/docs/rules/no-classes.md b/docs/rules/no-classes.md index cb59643e..88e01815 100644 --- a/docs/rules/no-classes.md +++ b/docs/rules/no-classes.md @@ -17,5 +17,5 @@ const B = class {}; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-classes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-classes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-classes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-classes.ts) diff --git a/docs/rules/no-computed-properties.md b/docs/rules/no-computed-properties.md index d2342197..86a40838 100644 --- a/docs/rules/no-computed-properties.md +++ b/docs/rules/no-computed-properties.md @@ -24,5 +24,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-computed-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-computed-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-computed-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-computed-properties.ts) diff --git a/docs/rules/no-date-now.md b/docs/rules/no-date-now.md index 4495c8cd..6f2c707b 100644 --- a/docs/rules/no-date-now.md +++ b/docs/rules/no-date-now.md @@ -16,5 +16,5 @@ var now = Date.now(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-date-now.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-date-now.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-date-now.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-date-now.ts) diff --git a/docs/rules/no-default-parameters.md b/docs/rules/no-default-parameters.md index 5f177a1f..c0666e43 100644 --- a/docs/rules/no-default-parameters.md +++ b/docs/rules/no-default-parameters.md @@ -16,5 +16,5 @@ function f(a = 1) {} ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-default-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-default-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-default-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-default-parameters.ts) diff --git a/docs/rules/no-destructuring.md b/docs/rules/no-destructuring.md index 11e28f87..d1480762 100644 --- a/docs/rules/no-destructuring.md +++ b/docs/rules/no-destructuring.md @@ -21,5 +21,5 @@ function f({ a, b }, [c, d]) {} ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-destructuring.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-destructuring.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-destructuring.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-destructuring.ts) diff --git a/docs/rules/no-dynamic-import.md b/docs/rules/no-dynamic-import.md index a85a5188..c4a5fe87 100644 --- a/docs/rules/no-dynamic-import.md +++ b/docs/rules/no-dynamic-import.md @@ -18,5 +18,5 @@ async function f() { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-dynamic-import.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-dynamic-import.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-dynamic-import.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-dynamic-import.ts) diff --git a/docs/rules/no-exponential-operators.md b/docs/rules/no-exponential-operators.md index 48b96aea..b31e7fa7 100644 --- a/docs/rules/no-exponential-operators.md +++ b/docs/rules/no-exponential-operators.md @@ -17,5 +17,5 @@ a **= b; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-exponential-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-exponential-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-exponential-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-exponential-operators.ts) diff --git a/docs/rules/no-export-ns-from.md b/docs/rules/no-export-ns-from.md index 6daa65c1..70208e43 100644 --- a/docs/rules/no-export-ns-from.md +++ b/docs/rules/no-export-ns-from.md @@ -16,5 +16,5 @@ export * as ns from 'mod'; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-export-ns-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-export-ns-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-export-ns-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-export-ns-from.ts) diff --git a/docs/rules/no-for-of-loops.md b/docs/rules/no-for-of-loops.md index ef3b5d51..dc9de3a8 100644 --- a/docs/rules/no-for-of-loops.md +++ b/docs/rules/no-for-of-loops.md @@ -18,5 +18,5 @@ for (a of b) {} ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-for-of-loops.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-for-of-loops.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-for-of-loops.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-for-of-loops.ts) diff --git a/docs/rules/no-function-prototype-bind.md b/docs/rules/no-function-prototype-bind.md index 47ab26e6..a179df13 100644 --- a/docs/rules/no-function-prototype-bind.md +++ b/docs/rules/no-function-prototype-bind.md @@ -20,5 +20,5 @@ var foo = (function() { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-function-prototype-bind.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-function-prototype-bind.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-function-prototype-bind.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-function-prototype-bind.ts) diff --git a/docs/rules/no-generators.md b/docs/rules/no-generators.md index be5be98d..f38fcc3e 100644 --- a/docs/rules/no-generators.md +++ b/docs/rules/no-generators.md @@ -23,5 +23,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-generators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-generators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-generators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-generators.ts) diff --git a/docs/rules/no-global-this.md b/docs/rules/no-global-this.md index 25f7850a..e0056fab 100644 --- a/docs/rules/no-global-this.md +++ b/docs/rules/no-global-this.md @@ -16,5 +16,5 @@ console.log(globalThis === window); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-global-this.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-global-this.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-global-this.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-global-this.ts) diff --git a/docs/rules/no-import-meta.md b/docs/rules/no-import-meta.md index 397242c7..d191ecc9 100644 --- a/docs/rules/no-import-meta.md +++ b/docs/rules/no-import-meta.md @@ -16,5 +16,5 @@ import.meta; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-import-meta.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-import-meta.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-import-meta.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-import-meta.ts) diff --git a/docs/rules/no-json-superset.md b/docs/rules/no-json-superset.md index 50b12bf3..91627b7c 100644 --- a/docs/rules/no-json-superset.md +++ b/docs/rules/no-json-superset.md @@ -18,5 +18,5 @@ const u2029 = '
'; // a \u2029 is in this string ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-json-superset.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-json-superset.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-json-superset.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-json-superset.ts) diff --git a/docs/rules/no-json.md b/docs/rules/no-json.md index a02bc633..b0267acc 100644 --- a/docs/rules/no-json.md +++ b/docs/rules/no-json.md @@ -17,5 +17,5 @@ var str = JSON.stringify(data); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-json.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-json.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-json.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-json.ts) diff --git a/docs/rules/no-keyword-properties.md b/docs/rules/no-keyword-properties.md index 568ba089..c054dc48 100644 --- a/docs/rules/no-keyword-properties.md +++ b/docs/rules/no-keyword-properties.md @@ -18,5 +18,5 @@ a.class = 3; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-keyword-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-keyword-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-keyword-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-keyword-properties.ts) diff --git a/docs/rules/no-logical-assignment-operators.md b/docs/rules/no-logical-assignment-operators.md index 1d70ea9a..54b190f8 100644 --- a/docs/rules/no-logical-assignment-operators.md +++ b/docs/rules/no-logical-assignment-operators.md @@ -19,5 +19,5 @@ x ??= y; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-logical-assignment-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-logical-assignment-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-logical-assignment-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-logical-assignment-operators.ts) diff --git a/docs/rules/no-malformed-template-literals.md b/docs/rules/no-malformed-template-literals.md index 5dc14abe..f794ad63 100644 --- a/docs/rules/no-malformed-template-literals.md +++ b/docs/rules/no-malformed-template-literals.md @@ -16,5 +16,5 @@ tag`\unicode`; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-malformed-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-malformed-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-malformed-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-malformed-template-literals.ts) diff --git a/docs/rules/no-map.md b/docs/rules/no-map.md index 825e32cc..2e77d9e5 100644 --- a/docs/rules/no-map.md +++ b/docs/rules/no-map.md @@ -16,5 +16,5 @@ let map = new Map(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-map.ts) diff --git a/docs/rules/no-math-acosh.md b/docs/rules/no-math-acosh.md index 62ddca84..bdfdbb16 100644 --- a/docs/rules/no-math-acosh.md +++ b/docs/rules/no-math-acosh.md @@ -16,5 +16,5 @@ const n = Math.acosh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-acosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-acosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-acosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-acosh.ts) diff --git a/docs/rules/no-math-asinh.md b/docs/rules/no-math-asinh.md index c8b98515..a0e22cf9 100644 --- a/docs/rules/no-math-asinh.md +++ b/docs/rules/no-math-asinh.md @@ -16,5 +16,5 @@ const n = Math.asinh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-asinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-asinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-asinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-asinh.ts) diff --git a/docs/rules/no-math-atanh.md b/docs/rules/no-math-atanh.md index a2e190c9..8e8cda71 100644 --- a/docs/rules/no-math-atanh.md +++ b/docs/rules/no-math-atanh.md @@ -16,5 +16,5 @@ const n = Math.atanh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-atanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-atanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-atanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-atanh.ts) diff --git a/docs/rules/no-math-cbrt.md b/docs/rules/no-math-cbrt.md index d78b0451..fcd2b804 100644 --- a/docs/rules/no-math-cbrt.md +++ b/docs/rules/no-math-cbrt.md @@ -16,5 +16,5 @@ const n = Math.cbrt(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-cbrt.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-cbrt.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-cbrt.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-cbrt.ts) diff --git a/docs/rules/no-math-clz32.md b/docs/rules/no-math-clz32.md index 41a90893..38b98739 100644 --- a/docs/rules/no-math-clz32.md +++ b/docs/rules/no-math-clz32.md @@ -16,5 +16,5 @@ const n = Math.clz32(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-clz32.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-clz32.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-clz32.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-clz32.ts) diff --git a/docs/rules/no-math-cosh.md b/docs/rules/no-math-cosh.md index b210856e..8ba5e0a9 100644 --- a/docs/rules/no-math-cosh.md +++ b/docs/rules/no-math-cosh.md @@ -16,5 +16,5 @@ const n = Math.cosh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-cosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-cosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-cosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-cosh.ts) diff --git a/docs/rules/no-math-expm1.md b/docs/rules/no-math-expm1.md index ff4b2dc3..637cbed1 100644 --- a/docs/rules/no-math-expm1.md +++ b/docs/rules/no-math-expm1.md @@ -16,5 +16,5 @@ const n = Math.expm1(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-expm1.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-expm1.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-expm1.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-expm1.ts) diff --git a/docs/rules/no-math-fround.md b/docs/rules/no-math-fround.md index bb9c0705..6b2543c1 100644 --- a/docs/rules/no-math-fround.md +++ b/docs/rules/no-math-fround.md @@ -16,5 +16,5 @@ const n = Math.fround(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-fround.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-fround.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-fround.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-fround.ts) diff --git a/docs/rules/no-math-hypot.md b/docs/rules/no-math-hypot.md index be4391e8..8e7ed842 100644 --- a/docs/rules/no-math-hypot.md +++ b/docs/rules/no-math-hypot.md @@ -16,5 +16,5 @@ const n = Math.hypot(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-hypot.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-hypot.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-hypot.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-hypot.ts) diff --git a/docs/rules/no-math-imul.md b/docs/rules/no-math-imul.md index 688992c3..d071c654 100644 --- a/docs/rules/no-math-imul.md +++ b/docs/rules/no-math-imul.md @@ -16,5 +16,5 @@ const n = Math.imul(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-imul.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-imul.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-imul.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-imul.ts) diff --git a/docs/rules/no-math-log10.md b/docs/rules/no-math-log10.md index 2871db2d..5961c73c 100644 --- a/docs/rules/no-math-log10.md +++ b/docs/rules/no-math-log10.md @@ -16,5 +16,5 @@ const n = Math.log10(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-log10.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-log10.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-log10.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-log10.ts) diff --git a/docs/rules/no-math-log1p.md b/docs/rules/no-math-log1p.md index 8e2292dd..e3eee743 100644 --- a/docs/rules/no-math-log1p.md +++ b/docs/rules/no-math-log1p.md @@ -16,5 +16,5 @@ const n = Math.log1p(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-log1p.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-log1p.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-log1p.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-log1p.ts) diff --git a/docs/rules/no-math-log2.md b/docs/rules/no-math-log2.md index e44950d4..e2ab1763 100644 --- a/docs/rules/no-math-log2.md +++ b/docs/rules/no-math-log2.md @@ -16,5 +16,5 @@ const n = Math.log2(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-log2.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-log2.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-log2.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-log2.ts) diff --git a/docs/rules/no-math-sign.md b/docs/rules/no-math-sign.md index dbd174c1..cc802bde 100644 --- a/docs/rules/no-math-sign.md +++ b/docs/rules/no-math-sign.md @@ -16,5 +16,5 @@ const n = Math.sign(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-sign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-sign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-sign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-sign.ts) diff --git a/docs/rules/no-math-sinh.md b/docs/rules/no-math-sinh.md index 44810ee8..03bb0085 100644 --- a/docs/rules/no-math-sinh.md +++ b/docs/rules/no-math-sinh.md @@ -16,5 +16,5 @@ const n = Math.sinh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-sinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-sinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-sinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-sinh.ts) diff --git a/docs/rules/no-math-tanh.md b/docs/rules/no-math-tanh.md index 7ff5c29f..d87abc6a 100644 --- a/docs/rules/no-math-tanh.md +++ b/docs/rules/no-math-tanh.md @@ -16,5 +16,5 @@ const n = Math.tanh(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-tanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-tanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-tanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-tanh.ts) diff --git a/docs/rules/no-math-trunc.md b/docs/rules/no-math-trunc.md index 8ca7042b..ec5cec2f 100644 --- a/docs/rules/no-math-trunc.md +++ b/docs/rules/no-math-trunc.md @@ -16,5 +16,5 @@ const n = Math.trunc(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-math-trunc.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-math-trunc.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-math-trunc.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-math-trunc.ts) diff --git a/docs/rules/no-modules.md b/docs/rules/no-modules.md index 82753337..c6f558b2 100644 --- a/docs/rules/no-modules.md +++ b/docs/rules/no-modules.md @@ -21,5 +21,5 @@ export { x2 }; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-modules.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-modules.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-modules.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-modules.ts) diff --git a/docs/rules/no-new-target.md b/docs/rules/no-new-target.md index c8089430..cfd9ff62 100644 --- a/docs/rules/no-new-target.md +++ b/docs/rules/no-new-target.md @@ -20,5 +20,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-new-target.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-new-target.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-new-target.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-new-target.ts) diff --git a/docs/rules/no-nullish-coalescing-operators.md b/docs/rules/no-nullish-coalescing-operators.md index dbc4bff6..135123f5 100644 --- a/docs/rules/no-nullish-coalescing-operators.md +++ b/docs/rules/no-nullish-coalescing-operators.md @@ -23,5 +23,5 @@ var x = a != null ? a : b ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-nullish-coalescing-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-nullish-coalescing-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-nullish-coalescing-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-nullish-coalescing-operators.ts) diff --git a/docs/rules/no-number-epsilon.md b/docs/rules/no-number-epsilon.md index ba77d7f9..c9259053 100644 --- a/docs/rules/no-number-epsilon.md +++ b/docs/rules/no-number-epsilon.md @@ -16,5 +16,5 @@ const b = Number.EPSILON; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-epsilon.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-epsilon.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-epsilon.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-epsilon.ts) diff --git a/docs/rules/no-number-isfinite.md b/docs/rules/no-number-isfinite.md index 01a0846f..3a851124 100644 --- a/docs/rules/no-number-isfinite.md +++ b/docs/rules/no-number-isfinite.md @@ -16,5 +16,5 @@ const b = Number.isFinite(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-isfinite.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-isfinite.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-isfinite.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-isfinite.ts) diff --git a/docs/rules/no-number-isinteger.md b/docs/rules/no-number-isinteger.md index 7710cf12..0031a6d0 100644 --- a/docs/rules/no-number-isinteger.md +++ b/docs/rules/no-number-isinteger.md @@ -16,5 +16,5 @@ const b = Number.isInteger(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-isinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-isinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-isinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-isinteger.ts) diff --git a/docs/rules/no-number-isnan.md b/docs/rules/no-number-isnan.md index 3fbd25f5..cc844e57 100644 --- a/docs/rules/no-number-isnan.md +++ b/docs/rules/no-number-isnan.md @@ -16,5 +16,5 @@ const b = Number.isNaN(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-isnan.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-isnan.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-isnan.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-isnan.ts) diff --git a/docs/rules/no-number-issafeinteger.md b/docs/rules/no-number-issafeinteger.md index 62d9fc40..a0982633 100644 --- a/docs/rules/no-number-issafeinteger.md +++ b/docs/rules/no-number-issafeinteger.md @@ -16,5 +16,5 @@ const b = Number.isSafeInteger(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-issafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-issafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-issafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-issafeinteger.ts) diff --git a/docs/rules/no-number-maxsafeinteger.md b/docs/rules/no-number-maxsafeinteger.md index 37c8a787..553befb5 100644 --- a/docs/rules/no-number-maxsafeinteger.md +++ b/docs/rules/no-number-maxsafeinteger.md @@ -16,5 +16,5 @@ const b = Number.MAX_SAFE_INTEGER; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-maxsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-maxsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-maxsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-maxsafeinteger.ts) diff --git a/docs/rules/no-number-minsafeinteger.md b/docs/rules/no-number-minsafeinteger.md index c391a400..a0c31ce1 100644 --- a/docs/rules/no-number-minsafeinteger.md +++ b/docs/rules/no-number-minsafeinteger.md @@ -16,5 +16,5 @@ const b = Number.MIN_SAFE_INTEGER; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-minsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-minsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-minsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-minsafeinteger.ts) diff --git a/docs/rules/no-number-parsefloat.md b/docs/rules/no-number-parsefloat.md index 13771bf1..b912fd3e 100644 --- a/docs/rules/no-number-parsefloat.md +++ b/docs/rules/no-number-parsefloat.md @@ -16,5 +16,5 @@ const b = Number.parseFloat(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-parsefloat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-parsefloat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-parsefloat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-parsefloat.ts) diff --git a/docs/rules/no-number-parseint.md b/docs/rules/no-number-parseint.md index ff1bcec5..2a5b05f0 100644 --- a/docs/rules/no-number-parseint.md +++ b/docs/rules/no-number-parseint.md @@ -16,5 +16,5 @@ const b = Number.parseInt(value); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-number-parseint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-number-parseint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-number-parseint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-number-parseint.ts) diff --git a/docs/rules/no-numeric-separators.md b/docs/rules/no-numeric-separators.md index d382284b..6c6c5758 100644 --- a/docs/rules/no-numeric-separators.md +++ b/docs/rules/no-numeric-separators.md @@ -17,5 +17,5 @@ let a = 123_456; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-numeric-separators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-numeric-separators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-numeric-separators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-numeric-separators.ts) diff --git a/docs/rules/no-object-assign.md b/docs/rules/no-object-assign.md index 4f2e79bb..261e6c9e 100644 --- a/docs/rules/no-object-assign.md +++ b/docs/rules/no-object-assign.md @@ -16,5 +16,5 @@ const obj = Object.assign({}, x, y); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-assign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-assign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-assign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-assign.ts) diff --git a/docs/rules/no-object-create.md b/docs/rules/no-object-create.md index f52c7674..3168f92a 100644 --- a/docs/rules/no-object-create.md +++ b/docs/rules/no-object-create.md @@ -16,5 +16,5 @@ const obj = Object.assign({}); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-create.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-create.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-create.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-create.ts) diff --git a/docs/rules/no-object-defineproperties.md b/docs/rules/no-object-defineproperties.md index 05e0ece0..79e3d9a4 100644 --- a/docs/rules/no-object-defineproperties.md +++ b/docs/rules/no-object-defineproperties.md @@ -16,5 +16,5 @@ Object.defineProperties(obj, {}); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-defineproperties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-defineproperties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-defineproperties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-defineproperties.ts) diff --git a/docs/rules/no-object-defineproperty.md b/docs/rules/no-object-defineproperty.md index bdd4ba28..f4445d96 100644 --- a/docs/rules/no-object-defineproperty.md +++ b/docs/rules/no-object-defineproperty.md @@ -16,5 +16,5 @@ Object.defineProperty(obj, 'prop', {}); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-defineproperty.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-defineproperty.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-defineproperty.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-defineproperty.ts) diff --git a/docs/rules/no-object-entries.md b/docs/rules/no-object-entries.md index bbee472b..9c22f577 100644 --- a/docs/rules/no-object-entries.md +++ b/docs/rules/no-object-entries.md @@ -16,5 +16,5 @@ const entries = Object.entries(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-entries.ts) diff --git a/docs/rules/no-object-freeze.md b/docs/rules/no-object-freeze.md index 1ba09eb1..c524fe4b 100644 --- a/docs/rules/no-object-freeze.md +++ b/docs/rules/no-object-freeze.md @@ -16,5 +16,5 @@ Object.freeze(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-freeze.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-freeze.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-freeze.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-freeze.ts) diff --git a/docs/rules/no-object-fromentries.md b/docs/rules/no-object-fromentries.md index 9e2d62a5..4d0c820f 100644 --- a/docs/rules/no-object-fromentries.md +++ b/docs/rules/no-object-fromentries.md @@ -16,5 +16,5 @@ const obj = Object.fromEntries(map); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-fromentries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-fromentries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-fromentries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-fromentries.ts) diff --git a/docs/rules/no-object-getownpropertydescriptor.md b/docs/rules/no-object-getownpropertydescriptor.md index c3f21a29..c419d3ab 100644 --- a/docs/rules/no-object-getownpropertydescriptor.md +++ b/docs/rules/no-object-getownpropertydescriptor.md @@ -16,5 +16,5 @@ var descriptors = Object.getOwnPropertyDescriptor(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-getownpropertydescriptor.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-getownpropertydescriptor.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-getownpropertydescriptor.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-getownpropertydescriptor.ts) diff --git a/docs/rules/no-object-getownpropertydescriptors.md b/docs/rules/no-object-getownpropertydescriptors.md index 89fc4de1..bd3512dd 100644 --- a/docs/rules/no-object-getownpropertydescriptors.md +++ b/docs/rules/no-object-getownpropertydescriptors.md @@ -16,5 +16,5 @@ const descriptors = Object.getOwnPropertyDescriptors(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-getownpropertydescriptors.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-getownpropertydescriptors.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-getownpropertydescriptors.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-getownpropertydescriptors.ts) diff --git a/docs/rules/no-object-getownpropertynames.md b/docs/rules/no-object-getownpropertynames.md index 5c126b0f..bcdbba8b 100644 --- a/docs/rules/no-object-getownpropertynames.md +++ b/docs/rules/no-object-getownpropertynames.md @@ -16,5 +16,5 @@ Object.getOwnPropertyNames(obj, 'prop', {}); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-getownpropertynames.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-getownpropertynames.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-getownpropertynames.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-getownpropertynames.ts) diff --git a/docs/rules/no-object-getownpropertysymbols.md b/docs/rules/no-object-getownpropertysymbols.md index e48485fa..e6e2a44c 100644 --- a/docs/rules/no-object-getownpropertysymbols.md +++ b/docs/rules/no-object-getownpropertysymbols.md @@ -16,5 +16,5 @@ const symbols = Object.getOwnPropertySymbols(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-getownpropertysymbols.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-getownpropertysymbols.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-getownpropertysymbols.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-getownpropertysymbols.ts) diff --git a/docs/rules/no-object-getprototypeof.md b/docs/rules/no-object-getprototypeof.md index df8628ba..a043ae43 100644 --- a/docs/rules/no-object-getprototypeof.md +++ b/docs/rules/no-object-getprototypeof.md @@ -16,5 +16,5 @@ var proto = Object.getPrototypeOf(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-getprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-getprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-getprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-getprototypeof.ts) diff --git a/docs/rules/no-object-hasown.md b/docs/rules/no-object-hasown.md index 183a42eb..8bfe67f4 100644 --- a/docs/rules/no-object-hasown.md +++ b/docs/rules/no-object-hasown.md @@ -16,5 +16,5 @@ const hasFoo = Object.hasOwn(obj, 'foo'); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-hasown.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-hasown.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-hasown.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-hasown.ts) diff --git a/docs/rules/no-object-is.md b/docs/rules/no-object-is.md index 10ecb020..259f7643 100644 --- a/docs/rules/no-object-is.md +++ b/docs/rules/no-object-is.md @@ -16,5 +16,5 @@ const negZero = Object.is(value, -0); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-is.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-is.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-is.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-is.ts) diff --git a/docs/rules/no-object-isextensible.md b/docs/rules/no-object-isextensible.md index 184c0fe6..938a5ff1 100644 --- a/docs/rules/no-object-isextensible.md +++ b/docs/rules/no-object-isextensible.md @@ -16,5 +16,5 @@ var extensible = Object.isExtensible(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-isextensible.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-isextensible.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-isextensible.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-isextensible.ts) diff --git a/docs/rules/no-object-isfrozen.md b/docs/rules/no-object-isfrozen.md index 01f297d2..24b63b32 100644 --- a/docs/rules/no-object-isfrozen.md +++ b/docs/rules/no-object-isfrozen.md @@ -16,5 +16,5 @@ var frozen = Object.isFrozen(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-isfrozen.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-isfrozen.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-isfrozen.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-isfrozen.ts) diff --git a/docs/rules/no-object-issealed.md b/docs/rules/no-object-issealed.md index 1cb3f2ef..54a8ee54 100644 --- a/docs/rules/no-object-issealed.md +++ b/docs/rules/no-object-issealed.md @@ -16,5 +16,5 @@ var sealed = Object.isSealed(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-issealed.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-issealed.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-issealed.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-issealed.ts) diff --git a/docs/rules/no-object-keys.md b/docs/rules/no-object-keys.md index a3efc454..df2986c5 100644 --- a/docs/rules/no-object-keys.md +++ b/docs/rules/no-object-keys.md @@ -16,5 +16,5 @@ const keys = Object.keys(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-keys.ts) diff --git a/docs/rules/no-object-preventextensions.md b/docs/rules/no-object-preventextensions.md index 7edcec64..a0391048 100644 --- a/docs/rules/no-object-preventextensions.md +++ b/docs/rules/no-object-preventextensions.md @@ -16,5 +16,5 @@ Object.preventExtensions(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-preventextensions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-preventextensions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-preventextensions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-preventextensions.ts) diff --git a/docs/rules/no-object-seal.md b/docs/rules/no-object-seal.md index 6c008b81..83a8c4f0 100644 --- a/docs/rules/no-object-seal.md +++ b/docs/rules/no-object-seal.md @@ -16,5 +16,5 @@ Object.seal(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-seal.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-seal.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-seal.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-seal.ts) diff --git a/docs/rules/no-object-setprototypeof.md b/docs/rules/no-object-setprototypeof.md index 11509195..d1020733 100644 --- a/docs/rules/no-object-setprototypeof.md +++ b/docs/rules/no-object-setprototypeof.md @@ -16,5 +16,5 @@ Object.setPrototypeOf(obj, proto); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-setprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-setprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-setprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-setprototypeof.ts) diff --git a/docs/rules/no-object-super-properties.md b/docs/rules/no-object-super-properties.md index b724bae3..96682900 100644 --- a/docs/rules/no-object-super-properties.md +++ b/docs/rules/no-object-super-properties.md @@ -24,5 +24,5 @@ let a = { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-super-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-super-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-super-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-super-properties.ts) diff --git a/docs/rules/no-object-values.md b/docs/rules/no-object-values.md index 69d3f44a..df4799af 100644 --- a/docs/rules/no-object-values.md +++ b/docs/rules/no-object-values.md @@ -16,5 +16,5 @@ const values = Object.values(obj); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-object-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-object-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-object-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-object-values.ts) diff --git a/docs/rules/no-octal-numeric-literals.md b/docs/rules/no-octal-numeric-literals.md index 694658ba..ddde7d18 100644 --- a/docs/rules/no-octal-numeric-literals.md +++ b/docs/rules/no-octal-numeric-literals.md @@ -16,5 +16,5 @@ let a = 0o123; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-octal-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-octal-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-octal-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-octal-numeric-literals.ts) diff --git a/docs/rules/no-optional-catch-binding.md b/docs/rules/no-optional-catch-binding.md index 7c7b6cb1..6b82a16e 100644 --- a/docs/rules/no-optional-catch-binding.md +++ b/docs/rules/no-optional-catch-binding.md @@ -20,5 +20,5 @@ try { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-optional-catch-binding.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-optional-catch-binding.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-optional-catch-binding.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-optional-catch-binding.ts) diff --git a/docs/rules/no-optional-chaining.md b/docs/rules/no-optional-chaining.md index cd1ca196..010817ae 100644 --- a/docs/rules/no-optional-chaining.md +++ b/docs/rules/no-optional-chaining.md @@ -28,5 +28,5 @@ foo && foo() ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-optional-chaining.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-optional-chaining.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-optional-chaining.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-optional-chaining.ts) diff --git a/docs/rules/no-private-in.md b/docs/rules/no-private-in.md index 17caeca8..31303cb8 100644 --- a/docs/rules/no-private-in.md +++ b/docs/rules/no-private-in.md @@ -21,5 +21,5 @@ class A { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-private-in.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-private-in.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-private-in.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-private-in.ts) diff --git a/docs/rules/no-promise-all-settled.md b/docs/rules/no-promise-all-settled.md index 33c34d17..370e66e8 100644 --- a/docs/rules/no-promise-all-settled.md +++ b/docs/rules/no-promise-all-settled.md @@ -16,5 +16,5 @@ const p = Promise.allSettled(promises); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-promise-all-settled.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-promise-all-settled.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-promise-all-settled.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-promise-all-settled.ts) diff --git a/docs/rules/no-promise-any.md b/docs/rules/no-promise-any.md index 4aecd937..e7c42daf 100644 --- a/docs/rules/no-promise-any.md +++ b/docs/rules/no-promise-any.md @@ -24,5 +24,5 @@ const p = Promise.any(promises).catch((error) => { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-promise-any.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-promise-any.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-promise-any.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-promise-any.ts) diff --git a/docs/rules/no-promise-prototype-finally.md b/docs/rules/no-promise-prototype-finally.md index eeeb947e..d60b1b1b 100644 --- a/docs/rules/no-promise-prototype-finally.md +++ b/docs/rules/no-promise-prototype-finally.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-promise-prototype-finally.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-promise-prototype-finally.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-promise-prototype-finally.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-promise-prototype-finally.ts) diff --git a/docs/rules/no-promise.md b/docs/rules/no-promise.md index 9d86a643..93967b6c 100644 --- a/docs/rules/no-promise.md +++ b/docs/rules/no-promise.md @@ -16,5 +16,5 @@ let p = new Promise(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-promise.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-promise.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-promise.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-promise.ts) diff --git a/docs/rules/no-property-shorthands.md b/docs/rules/no-property-shorthands.md index 94d8b86e..8b52247d 100644 --- a/docs/rules/no-property-shorthands.md +++ b/docs/rules/no-property-shorthands.md @@ -20,5 +20,5 @@ let obj = { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-property-shorthands.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-property-shorthands.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-property-shorthands.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-property-shorthands.ts) diff --git a/docs/rules/no-proxy.md b/docs/rules/no-proxy.md index 5135b402..a250e983 100644 --- a/docs/rules/no-proxy.md +++ b/docs/rules/no-proxy.md @@ -16,5 +16,5 @@ let p = new Proxy(obj, hooks); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-proxy.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-proxy.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-proxy.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-proxy.ts) diff --git a/docs/rules/no-reflect.md b/docs/rules/no-reflect.md index 5ca56771..f9399b63 100644 --- a/docs/rules/no-reflect.md +++ b/docs/rules/no-reflect.md @@ -16,5 +16,5 @@ let value = Reflect.get(obj, key); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-reflect.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-reflect.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-reflect.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-reflect.ts) diff --git a/docs/rules/no-regexp-d-flag.md b/docs/rules/no-regexp-d-flag.md index 94051a1a..cc3b0ff9 100644 --- a/docs/rules/no-regexp-d-flag.md +++ b/docs/rules/no-regexp-d-flag.md @@ -16,5 +16,5 @@ const r1 = /./d; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-d-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-d-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-d-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-d-flag.ts) diff --git a/docs/rules/no-regexp-lookbehind-assertions.md b/docs/rules/no-regexp-lookbehind-assertions.md index a9631c49..f661decc 100644 --- a/docs/rules/no-regexp-lookbehind-assertions.md +++ b/docs/rules/no-regexp-lookbehind-assertions.md @@ -17,5 +17,5 @@ const r2 = /(?b)c/; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-named-capture-groups.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-named-capture-groups.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-named-capture-groups.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-named-capture-groups.ts) diff --git a/docs/rules/no-regexp-prototype-flags.md b/docs/rules/no-regexp-prototype-flags.md index 1e5eb83e..e0c75e0b 100644 --- a/docs/rules/no-regexp-prototype-flags.md +++ b/docs/rules/no-regexp-prototype-flags.md @@ -33,5 +33,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-prototype-flags.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-prototype-flags.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-prototype-flags.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-prototype-flags.ts) diff --git a/docs/rules/no-regexp-s-flag.md b/docs/rules/no-regexp-s-flag.md index 895532c2..b71ec8d6 100644 --- a/docs/rules/no-regexp-s-flag.md +++ b/docs/rules/no-regexp-s-flag.md @@ -16,5 +16,5 @@ const r1 = /./s; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-s-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-s-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-s-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-s-flag.ts) diff --git a/docs/rules/no-regexp-u-flag.md b/docs/rules/no-regexp-u-flag.md index ff39d067..40b4d11a 100644 --- a/docs/rules/no-regexp-u-flag.md +++ b/docs/rules/no-regexp-u-flag.md @@ -16,5 +16,5 @@ const r1 = /[☀️☔]/u; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-u-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-u-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-u-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-u-flag.ts) diff --git a/docs/rules/no-regexp-unicode-property-escapes-2019.md b/docs/rules/no-regexp-unicode-property-escapes-2019.md index 9fb99a4d..e8835ea0 100644 --- a/docs/rules/no-regexp-unicode-property-escapes-2019.md +++ b/docs/rules/no-regexp-unicode-property-escapes-2019.md @@ -35,5 +35,5 @@ const r2 = /\p{Script=Dogr}/u; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-unicode-property-escapes-2019.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-unicode-property-escapes-2019.ts) diff --git a/docs/rules/no-regexp-unicode-property-escapes.md b/docs/rules/no-regexp-unicode-property-escapes.md index feeefdf1..92878027 100644 --- a/docs/rules/no-regexp-unicode-property-escapes.md +++ b/docs/rules/no-regexp-unicode-property-escapes.md @@ -16,5 +16,5 @@ const r1 = /\p{Script=Hiragana}+/u; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-unicode-property-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-unicode-property-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-unicode-property-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-unicode-property-escapes.ts) diff --git a/docs/rules/no-regexp-y-flag.md b/docs/rules/no-regexp-y-flag.md index b38a67d5..040f1fa8 100644 --- a/docs/rules/no-regexp-y-flag.md +++ b/docs/rules/no-regexp-y-flag.md @@ -16,5 +16,5 @@ const r1 = /foo/y; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-regexp-y-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-regexp-y-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-regexp-y-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-regexp-y-flag.ts) diff --git a/docs/rules/no-rest-parameters.md b/docs/rules/no-rest-parameters.md index 811fc8bf..a33c9f0a 100644 --- a/docs/rules/no-rest-parameters.md +++ b/docs/rules/no-rest-parameters.md @@ -20,5 +20,5 @@ class A { f5(...args) {} } ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-rest-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-rest-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-rest-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-rest-parameters.ts) diff --git a/docs/rules/no-rest-spread-properties.md b/docs/rules/no-rest-spread-properties.md index 8a6c6890..96a8212d 100644 --- a/docs/rules/no-rest-spread-properties.md +++ b/docs/rules/no-rest-spread-properties.md @@ -19,5 +19,5 @@ function f({ a, ...rest }) {} ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-rest-spread-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-rest-spread-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-rest-spread-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-rest-spread-properties.ts) diff --git a/docs/rules/no-set.md b/docs/rules/no-set.md index 3283eaa4..8bfc0ea3 100644 --- a/docs/rules/no-set.md +++ b/docs/rules/no-set.md @@ -16,5 +16,5 @@ let set = new Set(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-set.ts) diff --git a/docs/rules/no-shared-array-buffer.md b/docs/rules/no-shared-array-buffer.md index 323ec108..370dfd25 100644 --- a/docs/rules/no-shared-array-buffer.md +++ b/docs/rules/no-shared-array-buffer.md @@ -16,5 +16,5 @@ let buffer = new SharedArrayBuffer(10); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-shared-array-buffer.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-shared-array-buffer.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-shared-array-buffer.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-shared-array-buffer.ts) diff --git a/docs/rules/no-spread-elements.md b/docs/rules/no-spread-elements.md index 8db0b681..18330a8a 100644 --- a/docs/rules/no-spread-elements.md +++ b/docs/rules/no-spread-elements.md @@ -17,5 +17,5 @@ foo(...a, ...b); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-spread-elements.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-spread-elements.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-spread-elements.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-spread-elements.ts) diff --git a/docs/rules/no-string-fromcodepoint.md b/docs/rules/no-string-fromcodepoint.md index c37b6bc4..3df98a2d 100644 --- a/docs/rules/no-string-fromcodepoint.md +++ b/docs/rules/no-string-fromcodepoint.md @@ -16,5 +16,5 @@ const thumbUp = String.fromCodePoint(0x1F44D); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-fromcodepoint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-fromcodepoint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-fromcodepoint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-fromcodepoint.ts) diff --git a/docs/rules/no-string-prototype-codepointat.md b/docs/rules/no-string-prototype-codepointat.md index 92e26de6..6c477948 100644 --- a/docs/rules/no-string-prototype-codepointat.md +++ b/docs/rules/no-string-prototype-codepointat.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-codepointat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-codepointat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-codepointat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-codepointat.ts) diff --git a/docs/rules/no-string-prototype-endswith.md b/docs/rules/no-string-prototype-endswith.md index fc66a9be..c666c893 100644 --- a/docs/rules/no-string-prototype-endswith.md +++ b/docs/rules/no-string-prototype-endswith.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-endswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-endswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-endswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-endswith.ts) diff --git a/docs/rules/no-string-prototype-includes.md b/docs/rules/no-string-prototype-includes.md index eed9f877..4ffc0af2 100644 --- a/docs/rules/no-string-prototype-includes.md +++ b/docs/rules/no-string-prototype-includes.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-includes.ts) diff --git a/docs/rules/no-string-prototype-matchall.md b/docs/rules/no-string-prototype-matchall.md index 480cbaac..8324fadc 100644 --- a/docs/rules/no-string-prototype-matchall.md +++ b/docs/rules/no-string-prototype-matchall.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-matchall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-matchall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-matchall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-matchall.ts) diff --git a/docs/rules/no-string-prototype-normalize.md b/docs/rules/no-string-prototype-normalize.md index ec1a5f12..fa6b5bb3 100644 --- a/docs/rules/no-string-prototype-normalize.md +++ b/docs/rules/no-string-prototype-normalize.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-normalize.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-normalize.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-normalize.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-normalize.ts) diff --git a/docs/rules/no-string-prototype-padstart-padend.md b/docs/rules/no-string-prototype-padstart-padend.md index 0024785c..799af611 100644 --- a/docs/rules/no-string-prototype-padstart-padend.md +++ b/docs/rules/no-string-prototype-padstart-padend.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-padstart-padend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-padstart-padend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-padstart-padend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-padstart-padend.ts) diff --git a/docs/rules/no-string-prototype-repeat.md b/docs/rules/no-string-prototype-repeat.md index e9dde6a0..532203cf 100644 --- a/docs/rules/no-string-prototype-repeat.md +++ b/docs/rules/no-string-prototype-repeat.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-repeat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-repeat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-repeat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-repeat.ts) diff --git a/docs/rules/no-string-prototype-replaceall.md b/docs/rules/no-string-prototype-replaceall.md index bc386b49..b12d7581 100644 --- a/docs/rules/no-string-prototype-replaceall.md +++ b/docs/rules/no-string-prototype-replaceall.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-replaceall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-replaceall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-replaceall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-replaceall.ts) diff --git a/docs/rules/no-string-prototype-startswith.md b/docs/rules/no-string-prototype-startswith.md index 13425f97..c41a0f3f 100644 --- a/docs/rules/no-string-prototype-startswith.md +++ b/docs/rules/no-string-prototype-startswith.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-startswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-startswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-startswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-startswith.ts) diff --git a/docs/rules/no-string-prototype-trim.md b/docs/rules/no-string-prototype-trim.md index 16e74681..ee88d040 100644 --- a/docs/rules/no-string-prototype-trim.md +++ b/docs/rules/no-string-prototype-trim.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-trim.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-trim.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-trim.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-trim.ts) diff --git a/docs/rules/no-string-prototype-trimstart-trimend.md b/docs/rules/no-string-prototype-trimstart-trimend.md index 7a1963fe..ef29d203 100644 --- a/docs/rules/no-string-prototype-trimstart-trimend.md +++ b/docs/rules/no-string-prototype-trimstart-trimend.md @@ -33,5 +33,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-prototype-trimstart-trimend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-prototype-trimstart-trimend.ts) diff --git a/docs/rules/no-string-raw.md b/docs/rules/no-string-raw.md index 84cac11f..0e1b4b1e 100644 --- a/docs/rules/no-string-raw.md +++ b/docs/rules/no-string-raw.md @@ -16,5 +16,5 @@ const pattern = String.raw`[\w_$]+`; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-string-raw.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-string-raw.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-string-raw.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-string-raw.ts) diff --git a/docs/rules/no-subclassing-builtins.md b/docs/rules/no-subclassing-builtins.md index 25e0be7e..ba6adb51 100644 --- a/docs/rules/no-subclassing-builtins.md +++ b/docs/rules/no-subclassing-builtins.md @@ -31,5 +31,5 @@ class MyArray extends Array { ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-subclassing-builtins.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-subclassing-builtins.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-subclassing-builtins.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-subclassing-builtins.ts) diff --git a/docs/rules/no-symbol-prototype-description.md b/docs/rules/no-symbol-prototype-description.md index f8dcd4b6..d1910bd3 100644 --- a/docs/rules/no-symbol-prototype-description.md +++ b/docs/rules/no-symbol-prototype-description.md @@ -32,5 +32,5 @@ This is prior to the `settings.es.aggressive` setting. ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-symbol-prototype-description.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-symbol-prototype-description.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-symbol-prototype-description.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-symbol-prototype-description.ts) diff --git a/docs/rules/no-symbol.md b/docs/rules/no-symbol.md index d5d9447c..a6da8b43 100644 --- a/docs/rules/no-symbol.md +++ b/docs/rules/no-symbol.md @@ -16,5 +16,5 @@ let s = Symbol('s'); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-symbol.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-symbol.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-symbol.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-symbol.ts) diff --git a/docs/rules/no-template-literals.md b/docs/rules/no-template-literals.md index a1e05093..0d4c7e67 100644 --- a/docs/rules/no-template-literals.md +++ b/docs/rules/no-template-literals.md @@ -26,5 +26,5 @@ const a2 = 'foo'+bar+'baz' ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-template-literals.ts) diff --git a/docs/rules/no-top-level-await.md b/docs/rules/no-top-level-await.md index 487af9ba..f9227481 100644 --- a/docs/rules/no-top-level-await.md +++ b/docs/rules/no-top-level-await.md @@ -16,5 +16,5 @@ await expr; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-top-level-await.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-top-level-await.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-top-level-await.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-top-level-await.ts) diff --git a/docs/rules/no-trailing-commas.md b/docs/rules/no-trailing-commas.md index 1b9807b3..5abd7703 100644 --- a/docs/rules/no-trailing-commas.md +++ b/docs/rules/no-trailing-commas.md @@ -17,5 +17,5 @@ var b = { x: 1, y: 2, }; ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-trailing-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-trailing-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-trailing-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-trailing-commas.ts) diff --git a/docs/rules/no-trailing-function-commas.md b/docs/rules/no-trailing-function-commas.md index e3fc2d43..901e51a2 100644 --- a/docs/rules/no-trailing-function-commas.md +++ b/docs/rules/no-trailing-function-commas.md @@ -24,5 +24,5 @@ new F(a,); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-trailing-function-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-trailing-function-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-trailing-function-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-trailing-function-commas.ts) diff --git a/docs/rules/no-typed-arrays.md b/docs/rules/no-typed-arrays.md index d7b64044..3abfe525 100644 --- a/docs/rules/no-typed-arrays.md +++ b/docs/rules/no-typed-arrays.md @@ -27,5 +27,5 @@ let numbers = new Int32Array(10); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-typed-arrays.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-typed-arrays.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-typed-arrays.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-typed-arrays.ts) diff --git a/docs/rules/no-unicode-codepoint-escapes.md b/docs/rules/no-unicode-codepoint-escapes.md index 0d4eec48..f0ec1ee1 100644 --- a/docs/rules/no-unicode-codepoint-escapes.md +++ b/docs/rules/no-unicode-codepoint-escapes.md @@ -25,5 +25,5 @@ const a2 = 'a\u0062b' ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-unicode-codepoint-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-unicode-codepoint-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-unicode-codepoint-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-unicode-codepoint-escapes.ts) diff --git a/docs/rules/no-weak-map.md b/docs/rules/no-weak-map.md index c322f2a7..62874a68 100644 --- a/docs/rules/no-weak-map.md +++ b/docs/rules/no-weak-map.md @@ -16,5 +16,5 @@ let map = new WeakMap(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-weak-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-weak-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-weak-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-weak-map.ts) diff --git a/docs/rules/no-weak-set.md b/docs/rules/no-weak-set.md index 5dada4b6..37445881 100644 --- a/docs/rules/no-weak-set.md +++ b/docs/rules/no-weak-set.md @@ -16,5 +16,5 @@ let set = new WeakSet(); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-weak-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-weak-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-weak-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-weak-set.ts) diff --git a/docs/rules/no-weakrefs.md b/docs/rules/no-weakrefs.md index 3cd6984b..0708ace6 100644 --- a/docs/rules/no-weakrefs.md +++ b/docs/rules/no-weakrefs.md @@ -21,5 +21,5 @@ let finalizationGroup = new FinalizationRegistry(() => {}); ## 📚 References -- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/src/rules/no-weakrefs.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.10/tests/src/rules/no-weakrefs.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/src/rules/no-weakrefs.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.11/tests/src/rules/no-weakrefs.ts) diff --git a/package-lock.json b/package-lock.json index b30c56cb..ff1f2cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.10", + "version": "2.0.11", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "eslint-plugin-es-roikoren", - "version": "2.0.10", + "version": "2.0.11", "dev": true, "license": "MIT", "dependencies": { @@ -1448,22 +1448,13 @@ "node": ">=8" } }, - "node_modules/@cspotcode/source-map-consumer": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", - "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", - "dev": true, - "engines": { - "node": ">= 12" - } - }, "node_modules/@cspotcode/source-map-support": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz", - "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, "dependencies": { - "@cspotcode/source-map-consumer": "0.8.0" + "@jridgewell/trace-mapping": "0.3.9" }, "engines": { "node": ">=12" @@ -1598,6 +1589,31 @@ "node": ">=8" } }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", + "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@manypkg/find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz", @@ -8325,12 +8341,12 @@ "dev": true }, "node_modules/ts-node": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz", - "integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz", + "integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==", "dev": true, "dependencies": { - "@cspotcode/source-map-support": "0.7.0", + "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", "@tsconfig/node12": "^1.0.7", "@tsconfig/node14": "^1.0.0", @@ -8341,7 +8357,7 @@ "create-require": "^1.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.0", + "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, "bin": { @@ -10342,19 +10358,13 @@ } } }, - "@cspotcode/source-map-consumer": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", - "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", - "dev": true - }, "@cspotcode/source-map-support": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz", - "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, "requires": { - "@cspotcode/source-map-consumer": "0.8.0" + "@jridgewell/trace-mapping": "0.3.9" } }, "@eslint/eslintrc": { @@ -10463,6 +10473,28 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true }, + "@jridgewell/resolve-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", + "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@manypkg/find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz", @@ -13174,19 +13206,13 @@ } } }, - "@cspotcode/source-map-consumer": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", - "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", - "dev": true - }, "@cspotcode/source-map-support": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz", - "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, "requires": { - "@cspotcode/source-map-consumer": "0.8.0" + "@jridgewell/trace-mapping": "0.3.9" } }, "@eslint/eslintrc": { @@ -13295,6 +13321,28 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true }, + "@jridgewell/resolve-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", + "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@manypkg/find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz", @@ -18343,12 +18391,12 @@ "dev": true }, "ts-node": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz", - "integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz", + "integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==", "dev": true, "requires": { - "@cspotcode/source-map-support": "0.7.0", + "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", "@tsconfig/node12": "^1.0.7", "@tsconfig/node14": "^1.0.0", @@ -18359,7 +18407,7 @@ "create-require": "^1.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.0", + "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, "dependencies": { @@ -22542,12 +22590,12 @@ "dev": true }, "ts-node": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz", - "integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz", + "integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==", "dev": true, "requires": { - "@cspotcode/source-map-support": "0.7.0", + "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", "@tsconfig/node12": "^1.0.7", "@tsconfig/node14": "^1.0.0", @@ -22558,7 +22606,7 @@ "create-require": "^1.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.0", + "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, "dependencies": { diff --git a/package.json b/package.json index fef6f7a6..e0edeb4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.10", + "version": "2.0.11", "repository": { "type": "git", "url": "ssh://git@github.com/roikoren755/eslint-plugin-es.git"