From 2659345cb6c070f129eb99ce7429f7bbb1c64823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Mar 2022 05:41:37 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/mighty-sheep-agree.md | 5 ----- .changeset/rich-bikes-brush.md | 5 ----- .changeset/shy-parents-drop.md | 5 ----- CHANGELOG.md | 10 ++++++++++ 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 ++-- docs/rules/no-object-getownpropertydescriptor.md | 4 ++-- docs/rules/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 ++-- docs/rules/no-regexp-unicode-property-escapes-2019.md | 4 ++-- docs/rules/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 ++-- docs/rules/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 ++-- docs/rules/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 | 4 ++-- package.json | 2 +- 161 files changed, 323 insertions(+), 328 deletions(-) delete mode 100644 .changeset/mighty-sheep-agree.md delete mode 100644 .changeset/rich-bikes-brush.md delete mode 100644 .changeset/shy-parents-drop.md diff --git a/.changeset/mighty-sheep-agree.md b/.changeset/mighty-sheep-agree.md deleted file mode 100644 index 25a4461d..00000000 --- a/.changeset/mighty-sheep-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update typescript-eslint monorepo to v5.17.0 diff --git a/.changeset/rich-bikes-brush.md b/.changeset/rich-bikes-brush.md deleted file mode 100644 index 27248e01..00000000 --- a/.changeset/rich-bikes-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @changesets/cli to v2.22.0 diff --git a/.changeset/shy-parents-drop.md b/.changeset/shy-parents-drop.md deleted file mode 100644 index 2958cda1..00000000 --- a/.changeset/shy-parents-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @changesets/changelog-github to v0.4.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6314588b..91a6f9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-es-roikoren +## 2.0.5 + +### Patch Changes + +- [#108](https://github.com/roikoren755/eslint-plugin-es/pull/108) [`a1e2b09`](https://github.com/roikoren755/eslint-plugin-es/commit/a1e2b091261fb0a4bb4f504ca5e68e0b82707b2f) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update typescript-eslint monorepo to v5.17.0 + +* [#106](https://github.com/roikoren755/eslint-plugin-es/pull/106) [`129f372`](https://github.com/roikoren755/eslint-plugin-es/commit/129f3725f68468e2a144550737e7da21590a5970) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/cli to v2.22.0 + +- [#105](https://github.com/roikoren755/eslint-plugin-es/pull/105) [`621cd46`](https://github.com/roikoren755/eslint-plugin-es/commit/621cd46cef29e6e5841c71934df436082aa798a2) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/changelog-github to v0.4.4 + ## 2.0.4 ### Patch Changes diff --git a/docs/rules/no-accessor-properties.md b/docs/rules/no-accessor-properties.md index 15b72787..5d7dd704 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.4/src/rules/no-accessor-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-accessor-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-accessor-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-accessor-properties.ts) diff --git a/docs/rules/no-array-from.md b/docs/rules/no-array-from.md index 7ff00221..4ba449f9 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.4/src/rules/no-array-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-array-from.ts) diff --git a/docs/rules/no-array-isarray.md b/docs/rules/no-array-isarray.md index 5dbbdec8..8df261fe 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.4/src/rules/no-array-isarray.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-isarray.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-isarray.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-array-isarray.ts) diff --git a/docs/rules/no-array-of.md b/docs/rules/no-array-of.md index 980ea535..501328ea 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.4/src/rules/no-array-of.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-of.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-of.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 6fed917e..77e42b17 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.4/src/rules/no-array-prototype-copywithin.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-copywithin.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-copywithin.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 b9d520ff..0a1a25c8 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.4/src/rules/no-array-prototype-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 9f2a6950..7713c6e1 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.4/src/rules/no-array-prototype-every.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-every.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-every.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a8dbc78c..b3cc8b63 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.4/src/rules/no-array-prototype-fill.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-fill.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-fill.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 c78eea82..7e276cc0 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.4/src/rules/no-array-prototype-filter.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-filter.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-filter.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a2948a08..f37ffb3e 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.4/src/rules/no-array-prototype-find.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-find.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-find.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 9ced69b4..4f292f4d 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.4/src/rules/no-array-prototype-findindex.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-findindex.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-findindex.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 33172305..ac7a50a9 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.4/src/rules/no-array-prototype-flat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-flat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-flat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 95be7b50..b1616fb7 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.4/src/rules/no-array-prototype-foreach.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-foreach.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-foreach.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 fb759ca1..22478e76 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.4/src/rules/no-array-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 ebb69ce3..699422b6 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.4/src/rules/no-array-prototype-indexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-indexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-indexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 d8e9c3ea..9f7ba6b5 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.4/src/rules/no-array-prototype-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 b06c7913..83e3b973 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.4/src/rules/no-array-prototype-lastindexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-lastindexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-lastindexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 d97d89de..8f6baeba 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.4/src/rules/no-array-prototype-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 8456e38e..821c6429 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.4/src/rules/no-array-prototype-reduce.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-reduce.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-reduce.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 45230e58..f0baae52 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.4/src/rules/no-array-prototype-reduceright.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-reduceright.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-reduceright.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 e1563223..13e5cdae 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.4/src/rules/no-array-prototype-some.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-some.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-some.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 b1b99e86..63f078ac 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.4/src/rules/no-array-prototype-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-prototype-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-prototype-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 ddbdd30d..8fbedcb4 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.4/src/rules/no-array-string-prototype-at.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-array-string-prototype-at.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-array-string-prototype-at.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 cfce0ef8..3fddbc8d 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.4/src/rules/no-arrow-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-arrow-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-arrow-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-arrow-functions.ts) diff --git a/docs/rules/no-async-functions.md b/docs/rules/no-async-functions.md index e28ca6e9..f0b3ae0c 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.4/src/rules/no-async-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-async-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-async-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-async-functions.ts) diff --git a/docs/rules/no-async-iteration.md b/docs/rules/no-async-iteration.md index ab56dbf4..937ac848 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.4/src/rules/no-async-iteration.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-async-iteration.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-async-iteration.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-async-iteration.ts) diff --git a/docs/rules/no-atomics.md b/docs/rules/no-atomics.md index 396ce734..2d0f7eeb 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.4/src/rules/no-atomics.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-atomics.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-atomics.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-atomics.ts) diff --git a/docs/rules/no-bigint.md b/docs/rules/no-bigint.md index edba5146..063b151c 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.4/src/rules/no-bigint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-bigint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-bigint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 511626d9..b07f9cee 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.4/src/rules/no-binary-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-binary-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-binary-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a10b8167..dcbca65c 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.4/src/rules/no-block-scoped-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-block-scoped-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-block-scoped-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 33fe52d8..17893ecc 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.4/src/rules/no-block-scoped-variables.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-block-scoped-variables.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-block-scoped-variables.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 9df084e3..1d4acc5c 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.4/src/rules/no-class-fields.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-class-fields.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-class-fields.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 090a3f96..edf55ce9 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.4/src/rules/no-class-static-block.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-class-static-block.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-class-static-block.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-class-static-block.ts) diff --git a/docs/rules/no-classes.md b/docs/rules/no-classes.md index b98e8f55..5ba9aca6 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.4/src/rules/no-classes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-classes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-classes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-classes.ts) diff --git a/docs/rules/no-computed-properties.md b/docs/rules/no-computed-properties.md index 3b7da41d..b714d668 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.4/src/rules/no-computed-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-computed-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-computed-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-computed-properties.ts) diff --git a/docs/rules/no-date-now.md b/docs/rules/no-date-now.md index 1d19df23..c1f79550 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.4/src/rules/no-date-now.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-date-now.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-date-now.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-date-now.ts) diff --git a/docs/rules/no-default-parameters.md b/docs/rules/no-default-parameters.md index 817c628b..b2e66e27 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.4/src/rules/no-default-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-default-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-default-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-default-parameters.ts) diff --git a/docs/rules/no-destructuring.md b/docs/rules/no-destructuring.md index 5ff4ac38..3b67f0c6 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.4/src/rules/no-destructuring.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-destructuring.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-destructuring.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-destructuring.ts) diff --git a/docs/rules/no-dynamic-import.md b/docs/rules/no-dynamic-import.md index 8a20656b..86e4f526 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.4/src/rules/no-dynamic-import.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-dynamic-import.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-dynamic-import.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-dynamic-import.ts) diff --git a/docs/rules/no-exponential-operators.md b/docs/rules/no-exponential-operators.md index df415646..7f299001 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.4/src/rules/no-exponential-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-exponential-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-exponential-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 5d2cba48..655b25a6 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.4/src/rules/no-export-ns-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-export-ns-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-export-ns-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 6ab1ad81..f287a6e5 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.4/src/rules/no-for-of-loops.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-for-of-loops.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-for-of-loops.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 168a835d..8b7adb96 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.4/src/rules/no-function-prototype-bind.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-function-prototype-bind.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-function-prototype-bind.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-function-prototype-bind.ts) diff --git a/docs/rules/no-generators.md b/docs/rules/no-generators.md index 1f341ae0..a51bf7c4 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.4/src/rules/no-generators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-generators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-generators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-generators.ts) diff --git a/docs/rules/no-global-this.md b/docs/rules/no-global-this.md index 0f41eba6..e624c9c0 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.4/src/rules/no-global-this.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-global-this.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-global-this.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-global-this.ts) diff --git a/docs/rules/no-import-meta.md b/docs/rules/no-import-meta.md index 6fb85a72..23f54bb8 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.4/src/rules/no-import-meta.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-import-meta.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-import-meta.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-import-meta.ts) diff --git a/docs/rules/no-json-superset.md b/docs/rules/no-json-superset.md index d36ff756..de34824d 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.4/src/rules/no-json-superset.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-json-superset.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-json-superset.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-json-superset.ts) diff --git a/docs/rules/no-json.md b/docs/rules/no-json.md index 9b84138c..eb637618 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.4/src/rules/no-json.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-json.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-json.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-json.ts) diff --git a/docs/rules/no-keyword-properties.md b/docs/rules/no-keyword-properties.md index 0ab66e8a..6cb05724 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.4/src/rules/no-keyword-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-keyword-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-keyword-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 614fc601..be595956 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.4/src/rules/no-logical-assignment-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-logical-assignment-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-logical-assignment-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 56e061af..67f8b7c6 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.4/src/rules/no-malformed-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-malformed-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-malformed-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-malformed-template-literals.ts) diff --git a/docs/rules/no-map.md b/docs/rules/no-map.md index 37a71e6c..fa2ce75c 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.4/src/rules/no-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-map.ts) diff --git a/docs/rules/no-math-acosh.md b/docs/rules/no-math-acosh.md index 085c79e6..f12a5a68 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.4/src/rules/no-math-acosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-acosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-acosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-acosh.ts) diff --git a/docs/rules/no-math-asinh.md b/docs/rules/no-math-asinh.md index bbecf97b..dd163a92 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.4/src/rules/no-math-asinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-asinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-asinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-asinh.ts) diff --git a/docs/rules/no-math-atanh.md b/docs/rules/no-math-atanh.md index 861f855d..d8c5bd1e 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.4/src/rules/no-math-atanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-atanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-atanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-atanh.ts) diff --git a/docs/rules/no-math-cbrt.md b/docs/rules/no-math-cbrt.md index 4ecb9bee..25b32330 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.4/src/rules/no-math-cbrt.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-cbrt.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-cbrt.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-cbrt.ts) diff --git a/docs/rules/no-math-clz32.md b/docs/rules/no-math-clz32.md index a7266550..fad3b00e 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.4/src/rules/no-math-clz32.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-clz32.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-clz32.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-clz32.ts) diff --git a/docs/rules/no-math-cosh.md b/docs/rules/no-math-cosh.md index 8704cb13..1b311ce6 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.4/src/rules/no-math-cosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-cosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-cosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-cosh.ts) diff --git a/docs/rules/no-math-expm1.md b/docs/rules/no-math-expm1.md index 4b76fe8f..b34af536 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.4/src/rules/no-math-expm1.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-expm1.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-expm1.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-expm1.ts) diff --git a/docs/rules/no-math-fround.md b/docs/rules/no-math-fround.md index 0c037667..ae26d11a 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.4/src/rules/no-math-fround.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-fround.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-fround.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-fround.ts) diff --git a/docs/rules/no-math-hypot.md b/docs/rules/no-math-hypot.md index 5321c227..b27b5a55 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.4/src/rules/no-math-hypot.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-hypot.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-hypot.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-hypot.ts) diff --git a/docs/rules/no-math-imul.md b/docs/rules/no-math-imul.md index 237b7cda..b262abc5 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.4/src/rules/no-math-imul.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-imul.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-imul.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-imul.ts) diff --git a/docs/rules/no-math-log10.md b/docs/rules/no-math-log10.md index 239cdf22..6d22ec13 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.4/src/rules/no-math-log10.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-log10.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-log10.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-log10.ts) diff --git a/docs/rules/no-math-log1p.md b/docs/rules/no-math-log1p.md index 26449aa4..c386bc99 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.4/src/rules/no-math-log1p.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-log1p.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-log1p.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-log1p.ts) diff --git a/docs/rules/no-math-log2.md b/docs/rules/no-math-log2.md index d27618ee..2ecc2a29 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.4/src/rules/no-math-log2.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-log2.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-log2.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-log2.ts) diff --git a/docs/rules/no-math-sign.md b/docs/rules/no-math-sign.md index c3f88031..86cb636c 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.4/src/rules/no-math-sign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-sign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-sign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-sign.ts) diff --git a/docs/rules/no-math-sinh.md b/docs/rules/no-math-sinh.md index 4b0a1742..83029fcc 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.4/src/rules/no-math-sinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-sinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-sinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-sinh.ts) diff --git a/docs/rules/no-math-tanh.md b/docs/rules/no-math-tanh.md index 0eebf338..774ab468 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.4/src/rules/no-math-tanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-tanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-tanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-tanh.ts) diff --git a/docs/rules/no-math-trunc.md b/docs/rules/no-math-trunc.md index 3c166829..74fc2c9d 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.4/src/rules/no-math-trunc.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-math-trunc.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-math-trunc.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-math-trunc.ts) diff --git a/docs/rules/no-modules.md b/docs/rules/no-modules.md index 10be81d1..764c222b 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.4/src/rules/no-modules.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-modules.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-modules.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-modules.ts) diff --git a/docs/rules/no-new-target.md b/docs/rules/no-new-target.md index f51232c0..31001b3b 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.4/src/rules/no-new-target.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-new-target.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-new-target.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a817deaf..1ab7f388 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.4/src/rules/no-nullish-coalescing-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-nullish-coalescing-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-nullish-coalescing-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a2f6d8d7..f9ac5014 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.4/src/rules/no-number-epsilon.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-epsilon.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-epsilon.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-epsilon.ts) diff --git a/docs/rules/no-number-isfinite.md b/docs/rules/no-number-isfinite.md index 27ecdd7b..d46a4f00 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.4/src/rules/no-number-isfinite.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-isfinite.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-isfinite.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-isfinite.ts) diff --git a/docs/rules/no-number-isinteger.md b/docs/rules/no-number-isinteger.md index 8f7407d9..64011ec9 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.4/src/rules/no-number-isinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-isinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-isinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-isinteger.ts) diff --git a/docs/rules/no-number-isnan.md b/docs/rules/no-number-isnan.md index d8666e81..fd8a4631 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.4/src/rules/no-number-isnan.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-isnan.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-isnan.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-isnan.ts) diff --git a/docs/rules/no-number-issafeinteger.md b/docs/rules/no-number-issafeinteger.md index 044d1316..e52c5a84 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.4/src/rules/no-number-issafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-issafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-issafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-issafeinteger.ts) diff --git a/docs/rules/no-number-maxsafeinteger.md b/docs/rules/no-number-maxsafeinteger.md index 6f46339a..d770262b 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.4/src/rules/no-number-maxsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-maxsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-maxsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-maxsafeinteger.ts) diff --git a/docs/rules/no-number-minsafeinteger.md b/docs/rules/no-number-minsafeinteger.md index 4f8dc076..630e6daf 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.4/src/rules/no-number-minsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-minsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-minsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-minsafeinteger.ts) diff --git a/docs/rules/no-number-parsefloat.md b/docs/rules/no-number-parsefloat.md index 93113a36..e2b99b17 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.4/src/rules/no-number-parsefloat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-parsefloat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-parsefloat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-parsefloat.ts) diff --git a/docs/rules/no-number-parseint.md b/docs/rules/no-number-parseint.md index 47a8c354..c9dff061 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.4/src/rules/no-number-parseint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-number-parseint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-number-parseint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-number-parseint.ts) diff --git a/docs/rules/no-numeric-separators.md b/docs/rules/no-numeric-separators.md index 3ddf8c58..be4a3451 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.4/src/rules/no-numeric-separators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-numeric-separators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-numeric-separators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-numeric-separators.ts) diff --git a/docs/rules/no-object-assign.md b/docs/rules/no-object-assign.md index d3fa73e3..54a36a3f 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.4/src/rules/no-object-assign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-assign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-assign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-assign.ts) diff --git a/docs/rules/no-object-create.md b/docs/rules/no-object-create.md index 9e9a4be8..e0f551b7 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.4/src/rules/no-object-create.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-create.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-create.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-create.ts) diff --git a/docs/rules/no-object-defineproperties.md b/docs/rules/no-object-defineproperties.md index 67813b6e..50d33eb7 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.4/src/rules/no-object-defineproperties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-defineproperties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-defineproperties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-defineproperties.ts) diff --git a/docs/rules/no-object-defineproperty.md b/docs/rules/no-object-defineproperty.md index 5fddb729..c6c89ada 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.4/src/rules/no-object-defineproperty.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-defineproperty.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-defineproperty.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-defineproperty.ts) diff --git a/docs/rules/no-object-entries.md b/docs/rules/no-object-entries.md index c98b0603..50d45007 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.4/src/rules/no-object-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-entries.ts) diff --git a/docs/rules/no-object-freeze.md b/docs/rules/no-object-freeze.md index 9c171ec4..8061335b 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.4/src/rules/no-object-freeze.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-freeze.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-freeze.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-freeze.ts) diff --git a/docs/rules/no-object-fromentries.md b/docs/rules/no-object-fromentries.md index d08d6b40..5897ae5b 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.4/src/rules/no-object-fromentries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-fromentries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-fromentries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-fromentries.ts) diff --git a/docs/rules/no-object-getownpropertydescriptor.md b/docs/rules/no-object-getownpropertydescriptor.md index 7e1515f6..6574697d 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.4/src/rules/no-object-getownpropertydescriptor.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-getownpropertydescriptor.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-getownpropertydescriptor.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-getownpropertydescriptor.ts) diff --git a/docs/rules/no-object-getownpropertydescriptors.md b/docs/rules/no-object-getownpropertydescriptors.md index 744795b3..f306c9ba 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.4/src/rules/no-object-getownpropertydescriptors.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-getownpropertydescriptors.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-getownpropertydescriptors.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-getownpropertydescriptors.ts) diff --git a/docs/rules/no-object-getownpropertynames.md b/docs/rules/no-object-getownpropertynames.md index 0e436eb1..d6fc034e 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.4/src/rules/no-object-getownpropertynames.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-getownpropertynames.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-getownpropertynames.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-getownpropertynames.ts) diff --git a/docs/rules/no-object-getownpropertysymbols.md b/docs/rules/no-object-getownpropertysymbols.md index 6e52873b..e4df866c 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.4/src/rules/no-object-getownpropertysymbols.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-getownpropertysymbols.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-getownpropertysymbols.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-getownpropertysymbols.ts) diff --git a/docs/rules/no-object-getprototypeof.md b/docs/rules/no-object-getprototypeof.md index b2add45a..d8a44091 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.4/src/rules/no-object-getprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-getprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-getprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-getprototypeof.ts) diff --git a/docs/rules/no-object-hasown.md b/docs/rules/no-object-hasown.md index 76cf5f98..ee596447 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.4/src/rules/no-object-hasown.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-hasown.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-hasown.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-hasown.ts) diff --git a/docs/rules/no-object-is.md b/docs/rules/no-object-is.md index 443deddb..ac7bda01 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.4/src/rules/no-object-is.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-is.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-is.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-is.ts) diff --git a/docs/rules/no-object-isextensible.md b/docs/rules/no-object-isextensible.md index a6b88074..fd1aba39 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.4/src/rules/no-object-isextensible.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-isextensible.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-isextensible.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-isextensible.ts) diff --git a/docs/rules/no-object-isfrozen.md b/docs/rules/no-object-isfrozen.md index 711c42cb..54a028b3 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.4/src/rules/no-object-isfrozen.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-isfrozen.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-isfrozen.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-isfrozen.ts) diff --git a/docs/rules/no-object-issealed.md b/docs/rules/no-object-issealed.md index 5580d17e..0c1f7731 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.4/src/rules/no-object-issealed.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-issealed.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-issealed.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-issealed.ts) diff --git a/docs/rules/no-object-keys.md b/docs/rules/no-object-keys.md index 06c7fb2d..d05a0b16 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.4/src/rules/no-object-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-keys.ts) diff --git a/docs/rules/no-object-preventextensions.md b/docs/rules/no-object-preventextensions.md index c2728efc..258ed171 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.4/src/rules/no-object-preventextensions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-preventextensions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-preventextensions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-preventextensions.ts) diff --git a/docs/rules/no-object-seal.md b/docs/rules/no-object-seal.md index d5bb407a..1c8da530 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.4/src/rules/no-object-seal.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-seal.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-seal.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-object-seal.ts) diff --git a/docs/rules/no-object-setprototypeof.md b/docs/rules/no-object-setprototypeof.md index bffff482..f99d6d75 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.4/src/rules/no-object-setprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-setprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-setprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 9f2917bf..ddf01336 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.4/src/rules/no-object-super-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-super-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-super-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 3d52fa6f..9bec859a 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.4/src/rules/no-object-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-object-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-object-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 1e1f305c..158d6fc8 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.4/src/rules/no-octal-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-octal-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-octal-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 642b2c1f..7b80100c 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.4/src/rules/no-optional-catch-binding.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-optional-catch-binding.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-optional-catch-binding.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 63da7752..a0a95199 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.4/src/rules/no-optional-chaining.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-optional-chaining.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-optional-chaining.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-optional-chaining.ts) diff --git a/docs/rules/no-private-in.md b/docs/rules/no-private-in.md index d258cb6d..b993a087 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.4/src/rules/no-private-in.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-private-in.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-private-in.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 fc868ab5..bf29656d 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.4/src/rules/no-promise-all-settled.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-promise-all-settled.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-promise-all-settled.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 f017c8cc..a025cc68 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.4/src/rules/no-promise-any.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-promise-any.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-promise-any.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 120f9019..1762947a 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.4/src/rules/no-promise-prototype-finally.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-promise-prototype-finally.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-promise-prototype-finally.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-promise-prototype-finally.ts) diff --git a/docs/rules/no-promise.md b/docs/rules/no-promise.md index 872c008a..c5041a67 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.4/src/rules/no-promise.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-promise.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-promise.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-promise.ts) diff --git a/docs/rules/no-property-shorthands.md b/docs/rules/no-property-shorthands.md index aeb76783..b05c58cb 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.4/src/rules/no-property-shorthands.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-property-shorthands.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-property-shorthands.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-property-shorthands.ts) diff --git a/docs/rules/no-proxy.md b/docs/rules/no-proxy.md index d8c4e85e..4f41bda4 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.4/src/rules/no-proxy.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-proxy.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-proxy.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-proxy.ts) diff --git a/docs/rules/no-reflect.md b/docs/rules/no-reflect.md index b60c8cb8..9765a738 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.4/src/rules/no-reflect.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-reflect.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-reflect.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 82ef61c9..3e7f70e5 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.4/src/rules/no-regexp-d-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-d-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-d-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 4c9961e6..718fb89b 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.4/src/rules/no-regexp-named-capture-groups.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-named-capture-groups.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-named-capture-groups.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 c45f6321..8097264b 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.4/src/rules/no-regexp-prototype-flags.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-prototype-flags.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-prototype-flags.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 059b7676..3dc063c1 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.4/src/rules/no-regexp-s-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-s-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-s-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 9735b900..b0b3001e 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.4/src/rules/no-regexp-u-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-u-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-u-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 d33874e3..d7f92602 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.4/src/rules/no-regexp-unicode-property-escapes-2019.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 b4937baa..269b6d0f 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.4/src/rules/no-regexp-unicode-property-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-unicode-property-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-unicode-property-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 164a88fd..5463f292 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.4/src/rules/no-regexp-y-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-regexp-y-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-regexp-y-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 5812ee10..10854a9e 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.4/src/rules/no-rest-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-rest-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-rest-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a1a39121..049ef6e9 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.4/src/rules/no-rest-spread-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-rest-spread-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-rest-spread-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-rest-spread-properties.ts) diff --git a/docs/rules/no-set.md b/docs/rules/no-set.md index 92cb2370..3a0b9c65 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.4/src/rules/no-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 fe99e317..307f473c 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.4/src/rules/no-shared-array-buffer.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-shared-array-buffer.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-shared-array-buffer.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 083b76e2..775c38b3 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.4/src/rules/no-spread-elements.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-spread-elements.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-spread-elements.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-spread-elements.ts) diff --git a/docs/rules/no-string-fromcodepoint.md b/docs/rules/no-string-fromcodepoint.md index 901d6027..af03455f 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.4/src/rules/no-string-fromcodepoint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-fromcodepoint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-fromcodepoint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 37311602..0d53aa93 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.4/src/rules/no-string-prototype-codepointat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-codepointat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-codepointat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 ab7d33f2..c3d04183 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.4/src/rules/no-string-prototype-endswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-endswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-endswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 d4fa0a0b..0ec3b915 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.4/src/rules/no-string-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a4b1cfe9..c7efea95 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.4/src/rules/no-string-prototype-matchall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-matchall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-matchall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 e1b64296..37a0222a 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.4/src/rules/no-string-prototype-normalize.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-normalize.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-normalize.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 62e8d94a..ee9171c5 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.4/src/rules/no-string-prototype-padstart-padend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-padstart-padend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-padstart-padend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 b476051e..947e3105 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.4/src/rules/no-string-prototype-repeat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-repeat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-repeat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a00a66a3..b9d53ce3 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.4/src/rules/no-string-prototype-replaceall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-replaceall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-replaceall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 8375feb3..ee909794 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.4/src/rules/no-string-prototype-startswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-startswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-startswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 6133447d..17d2650c 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.4/src/rules/no-string-prototype-trim.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-trim.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-trim.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 4e57243c..0663e046 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.4/src/rules/no-string-prototype-trimstart-trimend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 a2e00589..c6040bc9 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.4/src/rules/no-string-raw.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-string-raw.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-string-raw.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-string-raw.ts) diff --git a/docs/rules/no-subclassing-builtins.md b/docs/rules/no-subclassing-builtins.md index df005a8a..eca9ccbd 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.4/src/rules/no-subclassing-builtins.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-subclassing-builtins.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-subclassing-builtins.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 f6720b31..e7003510 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.4/src/rules/no-symbol-prototype-description.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-symbol-prototype-description.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-symbol-prototype-description.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-symbol-prototype-description.ts) diff --git a/docs/rules/no-symbol.md b/docs/rules/no-symbol.md index 405f9feb..d90cbda7 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.4/src/rules/no-symbol.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-symbol.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-symbol.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-symbol.ts) diff --git a/docs/rules/no-template-literals.md b/docs/rules/no-template-literals.md index ce84d0d0..24415d68 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.4/src/rules/no-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 c1e730be..ff60f8fd 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.4/src/rules/no-top-level-await.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-top-level-await.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-top-level-await.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 ae958db6..cf376185 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.4/src/rules/no-trailing-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-trailing-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-trailing-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 e003981e..34cb5b9e 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.4/src/rules/no-trailing-function-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-trailing-function-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-trailing-function-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 18b9f8b7..71d4436f 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.4/src/rules/no-typed-arrays.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-typed-arrays.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-typed-arrays.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 1a9edf90..fb010c5d 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.4/src/rules/no-unicode-codepoint-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-unicode-codepoint-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-unicode-codepoint-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/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 d9d183b1..d81619a4 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.4/src/rules/no-weak-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-weak-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-weak-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-weak-map.ts) diff --git a/docs/rules/no-weak-set.md b/docs/rules/no-weak-set.md index 6713fd36..0d04493c 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.4/src/rules/no-weak-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-weak-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-weak-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-weak-set.ts) diff --git a/docs/rules/no-weakrefs.md b/docs/rules/no-weakrefs.md index 8998dd19..66f38164 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.4/src/rules/no-weakrefs.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.4/tests/src/rules/no-weakrefs.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/src/rules/no-weakrefs.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.5/tests/src/rules/no-weakrefs.ts) diff --git a/package-lock.json b/package-lock.json index 14d5af92..8b646b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "eslint-plugin-es-roikoren", - "version": "2.0.4", + "version": "2.0.5", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bf1c64ff..57d1dfed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.4", + "version": "2.0.5", "repository": { "type": "git", "url": "ssh://git@github.com/roikoren755/eslint-plugin-es.git"