From a01cb79d4d00f4d24d588c367e56b692c49acfe8 Mon Sep 17 00:00:00 2001 From: roikoren755 <26850796+roikoren755@users.noreply.github.com> Date: Sat, 12 Feb 2022 22:33:10 +0200 Subject: [PATCH] ci(changesets): version packages (#48) Co-authored-by: github-actions[bot] --- .changeset/brown-bikes-sneeze.md | 5 -- .changeset/clever-glasses-retire.md | 5 -- .changeset/clever-kings-glow.md | 5 -- .changeset/cool-toes-lick.md | 5 -- .changeset/dirty-walls-compete.md | 5 -- .changeset/early-forks-knock.md | 5 -- .changeset/eleven-bulldogs-joke.md | 5 -- .changeset/forty-dolls-fail.md | 5 -- .changeset/kind-dryers-admire.md | 5 -- .changeset/lemon-doors-rush.md | 5 -- .changeset/lemon-trees-chew.md | 5 -- .changeset/many-fans-play.md | 5 -- .changeset/modern-hounds-learn.md | 5 -- .changeset/modern-poets-greet.md | 5 -- .changeset/sharp-singers-jog.md | 5 -- .changeset/shy-grapes-judge.md | 5 -- .changeset/six-cougars-sip.md | 5 -- .changeset/slimy-clocks-scream.md | 5 -- .changeset/smooth-ways-jam.md | 5 -- .changeset/two-plants-flow.md | 5 -- .changeset/unlucky-kids-brush.md | 5 -- .changeset/violet-ties-call.md | 5 -- .changeset/wise-stingrays-pump.md | 5 -- .changeset/yellow-lemons-rule.md | 5 -- CHANGELOG.md | 52 +++++++++++++++++++ docs/rules/no-accessor-properties.md | 4 +- docs/rules/no-array-from.md | 4 +- docs/rules/no-array-isarray.md | 4 +- docs/rules/no-array-of.md | 4 +- docs/rules/no-array-prototype-copywithin.md | 4 +- docs/rules/no-array-prototype-entries.md | 4 +- docs/rules/no-array-prototype-every.md | 4 +- docs/rules/no-array-prototype-fill.md | 4 +- docs/rules/no-array-prototype-filter.md | 4 +- docs/rules/no-array-prototype-find.md | 4 +- docs/rules/no-array-prototype-findindex.md | 4 +- docs/rules/no-array-prototype-flat.md | 4 +- docs/rules/no-array-prototype-foreach.md | 4 +- docs/rules/no-array-prototype-includes.md | 4 +- docs/rules/no-array-prototype-indexof.md | 4 +- docs/rules/no-array-prototype-keys.md | 4 +- docs/rules/no-array-prototype-lastindexof.md | 4 +- docs/rules/no-array-prototype-map.md | 4 +- docs/rules/no-array-prototype-reduce.md | 4 +- docs/rules/no-array-prototype-reduceright.md | 4 +- docs/rules/no-array-prototype-some.md | 4 +- docs/rules/no-array-prototype-values.md | 4 +- docs/rules/no-array-string-prototype-at.md | 4 +- docs/rules/no-arrow-functions.md | 4 +- docs/rules/no-async-functions.md | 4 +- docs/rules/no-async-iteration.md | 4 +- docs/rules/no-atomics.md | 4 +- docs/rules/no-bigint.md | 4 +- docs/rules/no-binary-numeric-literals.md | 4 +- docs/rules/no-block-scoped-functions.md | 4 +- docs/rules/no-block-scoped-variables.md | 4 +- docs/rules/no-class-fields.md | 4 +- docs/rules/no-class-static-block.md | 4 +- docs/rules/no-classes.md | 4 +- docs/rules/no-computed-properties.md | 4 +- docs/rules/no-date-now.md | 4 +- docs/rules/no-default-parameters.md | 4 +- docs/rules/no-destructuring.md | 4 +- docs/rules/no-dynamic-import.md | 4 +- docs/rules/no-exponential-operators.md | 4 +- docs/rules/no-export-ns-from.md | 4 +- docs/rules/no-for-of-loops.md | 4 +- docs/rules/no-function-prototype-bind.md | 4 +- docs/rules/no-generators.md | 4 +- docs/rules/no-global-this.md | 4 +- docs/rules/no-import-meta.md | 4 +- docs/rules/no-json-superset.md | 4 +- docs/rules/no-json.md | 4 +- docs/rules/no-keyword-properties.md | 4 +- docs/rules/no-logical-assignment-operators.md | 4 +- docs/rules/no-malformed-template-literals.md | 4 +- docs/rules/no-map.md | 4 +- docs/rules/no-math-acosh.md | 4 +- docs/rules/no-math-asinh.md | 4 +- docs/rules/no-math-atanh.md | 4 +- docs/rules/no-math-cbrt.md | 4 +- docs/rules/no-math-clz32.md | 4 +- docs/rules/no-math-cosh.md | 4 +- docs/rules/no-math-expm1.md | 4 +- docs/rules/no-math-fround.md | 4 +- docs/rules/no-math-hypot.md | 4 +- docs/rules/no-math-imul.md | 4 +- docs/rules/no-math-log10.md | 4 +- docs/rules/no-math-log1p.md | 4 +- docs/rules/no-math-log2.md | 4 +- docs/rules/no-math-sign.md | 4 +- docs/rules/no-math-sinh.md | 4 +- docs/rules/no-math-tanh.md | 4 +- docs/rules/no-math-trunc.md | 4 +- docs/rules/no-modules.md | 4 +- docs/rules/no-new-target.md | 4 +- docs/rules/no-nullish-coalescing-operators.md | 4 +- docs/rules/no-number-epsilon.md | 4 +- docs/rules/no-number-isfinite.md | 4 +- docs/rules/no-number-isinteger.md | 4 +- docs/rules/no-number-isnan.md | 4 +- docs/rules/no-number-issafeinteger.md | 4 +- docs/rules/no-number-maxsafeinteger.md | 4 +- docs/rules/no-number-minsafeinteger.md | 4 +- docs/rules/no-number-parsefloat.md | 4 +- docs/rules/no-number-parseint.md | 4 +- docs/rules/no-numeric-separators.md | 4 +- docs/rules/no-object-assign.md | 4 +- docs/rules/no-object-create.md | 4 +- docs/rules/no-object-defineproperties.md | 4 +- docs/rules/no-object-defineproperty.md | 4 +- docs/rules/no-object-entries.md | 4 +- docs/rules/no-object-freeze.md | 4 +- docs/rules/no-object-fromentries.md | 4 +- .../no-object-getownpropertydescriptor.md | 4 +- .../no-object-getownpropertydescriptors.md | 4 +- docs/rules/no-object-getownpropertynames.md | 4 +- docs/rules/no-object-getownpropertysymbols.md | 4 +- docs/rules/no-object-getprototypeof.md | 4 +- docs/rules/no-object-hasown.md | 4 +- docs/rules/no-object-is.md | 4 +- docs/rules/no-object-isextensible.md | 4 +- docs/rules/no-object-isfrozen.md | 4 +- docs/rules/no-object-issealed.md | 4 +- docs/rules/no-object-keys.md | 4 +- docs/rules/no-object-preventextensions.md | 4 +- docs/rules/no-object-seal.md | 4 +- docs/rules/no-object-setprototypeof.md | 4 +- docs/rules/no-object-super-properties.md | 4 +- docs/rules/no-object-values.md | 4 +- docs/rules/no-octal-numeric-literals.md | 4 +- docs/rules/no-optional-catch-binding.md | 4 +- docs/rules/no-optional-chaining.md | 4 +- docs/rules/no-private-in.md | 4 +- docs/rules/no-promise-all-settled.md | 4 +- docs/rules/no-promise-any.md | 4 +- docs/rules/no-promise-prototype-finally.md | 4 +- docs/rules/no-promise.md | 4 +- docs/rules/no-property-shorthands.md | 4 +- docs/rules/no-proxy.md | 4 +- docs/rules/no-reflect.md | 4 +- docs/rules/no-regexp-d-flag.md | 4 +- docs/rules/no-regexp-lookbehind-assertions.md | 4 +- docs/rules/no-regexp-named-capture-groups.md | 4 +- docs/rules/no-regexp-prototype-flags.md | 4 +- docs/rules/no-regexp-s-flag.md | 4 +- docs/rules/no-regexp-u-flag.md | 4 +- ...no-regexp-unicode-property-escapes-2019.md | 4 +- .../no-regexp-unicode-property-escapes.md | 4 +- docs/rules/no-regexp-y-flag.md | 4 +- docs/rules/no-rest-parameters.md | 4 +- docs/rules/no-rest-spread-properties.md | 4 +- docs/rules/no-set.md | 4 +- docs/rules/no-shared-array-buffer.md | 4 +- docs/rules/no-spread-elements.md | 4 +- docs/rules/no-string-fromcodepoint.md | 4 +- docs/rules/no-string-prototype-codepointat.md | 4 +- docs/rules/no-string-prototype-endswith.md | 4 +- docs/rules/no-string-prototype-includes.md | 4 +- docs/rules/no-string-prototype-matchall.md | 4 +- docs/rules/no-string-prototype-normalize.md | 4 +- .../no-string-prototype-padstart-padend.md | 4 +- docs/rules/no-string-prototype-repeat.md | 4 +- docs/rules/no-string-prototype-replaceall.md | 4 +- docs/rules/no-string-prototype-startswith.md | 4 +- docs/rules/no-string-prototype-trim.md | 4 +- .../no-string-prototype-trimstart-trimend.md | 4 +- docs/rules/no-string-raw.md | 4 +- docs/rules/no-subclassing-builtins.md | 4 +- docs/rules/no-symbol-prototype-description.md | 4 +- docs/rules/no-symbol.md | 4 +- docs/rules/no-template-literals.md | 4 +- docs/rules/no-top-level-await.md | 4 +- docs/rules/no-trailing-commas.md | 4 +- docs/rules/no-trailing-function-commas.md | 4 +- docs/rules/no-typed-arrays.md | 4 +- docs/rules/no-unicode-codepoint-escapes.md | 4 +- docs/rules/no-weak-map.md | 4 +- docs/rules/no-weak-set.md | 4 +- docs/rules/no-weakrefs.md | 4 +- package-lock.json | 14 +++-- package.json | 2 +- 182 files changed, 372 insertions(+), 436 deletions(-) delete mode 100644 .changeset/brown-bikes-sneeze.md delete mode 100644 .changeset/clever-glasses-retire.md delete mode 100644 .changeset/clever-kings-glow.md delete mode 100644 .changeset/cool-toes-lick.md delete mode 100644 .changeset/dirty-walls-compete.md delete mode 100644 .changeset/early-forks-knock.md delete mode 100644 .changeset/eleven-bulldogs-joke.md delete mode 100644 .changeset/forty-dolls-fail.md delete mode 100644 .changeset/kind-dryers-admire.md delete mode 100644 .changeset/lemon-doors-rush.md delete mode 100644 .changeset/lemon-trees-chew.md delete mode 100644 .changeset/many-fans-play.md delete mode 100644 .changeset/modern-hounds-learn.md delete mode 100644 .changeset/modern-poets-greet.md delete mode 100644 .changeset/sharp-singers-jog.md delete mode 100644 .changeset/shy-grapes-judge.md delete mode 100644 .changeset/six-cougars-sip.md delete mode 100644 .changeset/slimy-clocks-scream.md delete mode 100644 .changeset/smooth-ways-jam.md delete mode 100644 .changeset/two-plants-flow.md delete mode 100644 .changeset/unlucky-kids-brush.md delete mode 100644 .changeset/violet-ties-call.md delete mode 100644 .changeset/wise-stingrays-pump.md delete mode 100644 .changeset/yellow-lemons-rule.md diff --git a/.changeset/brown-bikes-sneeze.md b/.changeset/brown-bikes-sneeze.md deleted file mode 100644 index 78a24e7a..00000000 --- a/.changeset/brown-bikes-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency mocha to v9.1.4 diff --git a/.changeset/clever-glasses-retire.md b/.changeset/clever-glasses-retire.md deleted file mode 100644 index 75327507..00000000 --- a/.changeset/clever-glasses-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency mocha to v9.2.0 diff --git a/.changeset/clever-kings-glow.md b/.changeset/clever-kings-glow.md deleted file mode 100644 index 6595e59b..00000000 --- a/.changeset/clever-kings-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency node-fetch to 2.6.7 [security] diff --git a/.changeset/cool-toes-lick.md b/.changeset/cool-toes-lick.md deleted file mode 100644 index 4bd39273..00000000 --- a/.changeset/cool-toes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.3.3 diff --git a/.changeset/dirty-walls-compete.md b/.changeset/dirty-walls-compete.md deleted file mode 100644 index ef2e8d07..00000000 --- a/.changeset/dirty-walls-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update typescript-eslint monorepo to v5.11.0 diff --git a/.changeset/early-forks-knock.md b/.changeset/early-forks-knock.md deleted file mode 100644 index 2f76f125..00000000 --- a/.changeset/early-forks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @changesets/cli to v2.20.0 diff --git a/.changeset/eleven-bulldogs-joke.md b/.changeset/eleven-bulldogs-joke.md deleted file mode 100644 index 6b09685a..00000000 --- a/.changeset/eleven-bulldogs-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.6.0 diff --git a/.changeset/forty-dolls-fail.md b/.changeset/forty-dolls-fail.md deleted file mode 100644 index 71ce501b..00000000 --- a/.changeset/forty-dolls-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update commitlint monorepo to v16 (major) diff --git a/.changeset/kind-dryers-admire.md b/.changeset/kind-dryers-admire.md deleted file mode 100644 index bba87480..00000000 --- a/.changeset/kind-dryers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency globals to v13.12.1 diff --git a/.changeset/lemon-doors-rush.md b/.changeset/lemon-doors-rush.md deleted file mode 100644 index 8ddb81e3..00000000 --- a/.changeset/lemon-doors-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.1.5 diff --git a/.changeset/lemon-trees-chew.md b/.changeset/lemon-trees-chew.md deleted file mode 100644 index 856ab3ef..00000000 --- a/.changeset/lemon-trees-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.1.4 diff --git a/.changeset/many-fans-play.md b/.changeset/many-fans-play.md deleted file mode 100644 index 69a2e2c1..00000000 --- a/.changeset/many-fans-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.5.0 diff --git a/.changeset/modern-hounds-learn.md b/.changeset/modern-hounds-learn.md deleted file mode 100644 index a31ac546..00000000 --- a/.changeset/modern-hounds-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.1.3 diff --git a/.changeset/modern-poets-greet.md b/.changeset/modern-poets-greet.md deleted file mode 100644 index 87fde3ca..00000000 --- a/.changeset/modern-poets-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency typescript to v4.5.5 diff --git a/.changeset/sharp-singers-jog.md b/.changeset/sharp-singers-jog.md deleted file mode 100644 index afbf0581..00000000 --- a/.changeset/sharp-singers-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.7.0 diff --git a/.changeset/shy-grapes-judge.md b/.changeset/shy-grapes-judge.md deleted file mode 100644 index 43a64023..00000000 --- a/.changeset/shy-grapes-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @commitlint/cli to v16.0.1 diff --git a/.changeset/six-cougars-sip.md b/.changeset/six-cougars-sip.md deleted file mode 100644 index c7d82933..00000000 --- a/.changeset/six-cougars-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.3.0 diff --git a/.changeset/slimy-clocks-scream.md b/.changeset/slimy-clocks-scream.md deleted file mode 100644 index d6d65018..00000000 --- a/.changeset/slimy-clocks-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint-plugin-import to v2.25.4 diff --git a/.changeset/smooth-ways-jam.md b/.changeset/smooth-ways-jam.md deleted file mode 100644 index 79a90ce0..00000000 --- a/.changeset/smooth-ways-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency camelcase to v6.3.0 diff --git a/.changeset/two-plants-flow.md b/.changeset/two-plants-flow.md deleted file mode 100644 index 2eeca763..00000000 --- a/.changeset/two-plants-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency lint-staged to v12.2.1 diff --git a/.changeset/unlucky-kids-brush.md b/.changeset/unlucky-kids-brush.md deleted file mode 100644 index 6f66a3d4..00000000 --- a/.changeset/unlucky-kids-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint to v8.9.0 diff --git a/.changeset/violet-ties-call.md b/.changeset/violet-ties-call.md deleted file mode 100644 index 44b18f35..00000000 --- a/.changeset/violet-ties-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @changesets/cli to v2.19.0 diff --git a/.changeset/wise-stingrays-pump.md b/.changeset/wise-stingrays-pump.md deleted file mode 100644 index b3736790..00000000 --- a/.changeset/wise-stingrays-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency eslint-plugin-unicorn to v40 diff --git a/.changeset/yellow-lemons-rule.md b/.changeset/yellow-lemons-rule.md deleted file mode 100644 index 6a13174f..00000000 --- a/.changeset/yellow-lemons-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-es-roikoren": patch ---- - -chore(deps): update dependency @commitlint/cli to v16.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index bbddb950..18169440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # eslint-plugin-es-roikoren +## 2.0.1 + +### Patch Changes + +- [#59](https://github.com/roikoren755/eslint-plugin-es/pull/59) [`47288b3`](https://github.com/roikoren755/eslint-plugin-es/commit/47288b325f96d5cf1ec3a161d8760b5814d30b88) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency mocha to v9.1.4 + +* [#64](https://github.com/roikoren755/eslint-plugin-es/pull/64) [`57a2de4`](https://github.com/roikoren755/eslint-plugin-es/commit/57a2de4922776d53ed8dfc25d9b377569eb00a10) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency mocha to v9.2.0 + +- [#69](https://github.com/roikoren755/eslint-plugin-es/pull/69) [`fa23abf`](https://github.com/roikoren755/eslint-plugin-es/commit/fa23abf14be1fe4b4c6aa40d8e9e7682bcf64f3f) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency node-fetch to 2.6.7 [security] + +* [#66](https://github.com/roikoren755/eslint-plugin-es/pull/66) [`93dacbd`](https://github.com/roikoren755/eslint-plugin-es/commit/93dacbd9fe8a54342cd946e5f6d83c16d06fa526) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.3.3 + +- [#47](https://github.com/roikoren755/eslint-plugin-es/pull/47) [`61fc522`](https://github.com/roikoren755/eslint-plugin-es/commit/61fc522e541550df9f60ecd19c2b8c155988a4e8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update typescript-eslint monorepo to v5.11.0 + +* [#63](https://github.com/roikoren755/eslint-plugin-es/pull/63) [`6bd9779`](https://github.com/roikoren755/eslint-plugin-es/commit/6bd9779d728d5e89e73b5c20a22710672bc15d9f) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/cli to v2.20.0 + +- [#53](https://github.com/roikoren755/eslint-plugin-es/pull/53) [`3e0fc7e`](https://github.com/roikoren755/eslint-plugin-es/commit/3e0fc7e8ebad804acf48302f37df85bc5b1bb9ad) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.6.0 + +* [#50](https://github.com/roikoren755/eslint-plugin-es/pull/50) [`a875fbd`](https://github.com/roikoren755/eslint-plugin-es/commit/a875fbd3051211aaf8fa21c0205164ae992ef809) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update commitlint monorepo to v16 (major) + +- [#68](https://github.com/roikoren755/eslint-plugin-es/pull/68) [`1b019d5`](https://github.com/roikoren755/eslint-plugin-es/commit/1b019d5f22364bcdc5e10610335c5205b0e47c45) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency globals to v13.12.1 + +* [#55](https://github.com/roikoren755/eslint-plugin-es/pull/55) [`73423bb`](https://github.com/roikoren755/eslint-plugin-es/commit/73423bb39985a15b4b2c2fc5288cdeb1a413d3a7) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.1.5 + +- [#49](https://github.com/roikoren755/eslint-plugin-es/pull/49) [`be07616`](https://github.com/roikoren755/eslint-plugin-es/commit/be076167e3045eecc363c3a51d5af9824cf087f1) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.1.4 + +* [#44](https://github.com/roikoren755/eslint-plugin-es/pull/44) [`414b122`](https://github.com/roikoren755/eslint-plugin-es/commit/414b12221e73d051e13a129b2cd067ee57d1e63a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.5.0 + +- [#45](https://github.com/roikoren755/eslint-plugin-es/pull/45) [`b9e3e2e`](https://github.com/roikoren755/eslint-plugin-es/commit/b9e3e2ef3678ae425448ee0c595bced0d12272c7) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.1.3 + +* [#61](https://github.com/roikoren755/eslint-plugin-es/pull/61) [`90f293c`](https://github.com/roikoren755/eslint-plugin-es/commit/90f293c6ae53c1c0927d2b22a0d59e2d89a3830e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency typescript to v4.5.5 + +- [#60](https://github.com/roikoren755/eslint-plugin-es/pull/60) [`a4cf07f`](https://github.com/roikoren755/eslint-plugin-es/commit/a4cf07f567c6a39e51502dac9cbd37468792a62a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.7.0 + +* [#51](https://github.com/roikoren755/eslint-plugin-es/pull/51) [`2bc5adb`](https://github.com/roikoren755/eslint-plugin-es/commit/2bc5adb57dd829d6a39174de64d9a99a9318a74a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @commitlint/cli to v16.0.1 + +- [#62](https://github.com/roikoren755/eslint-plugin-es/pull/62) [`7b95e41`](https://github.com/roikoren755/eslint-plugin-es/commit/7b95e41ee9a2995a59a941d426d168742abcd336) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.3.0 + +* [#56](https://github.com/roikoren755/eslint-plugin-es/pull/56) [`e86f523`](https://github.com/roikoren755/eslint-plugin-es/commit/e86f523dc1a7648d021b242f1e9d8ac4a9c78870) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-import to v2.25.4 + +- [#54](https://github.com/roikoren755/eslint-plugin-es/pull/54) [`09e5974`](https://github.com/roikoren755/eslint-plugin-es/commit/09e5974cdfb503ff064c7624f9e45f79e5ca2f30) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency camelcase to v6.3.0 + +* [#57](https://github.com/roikoren755/eslint-plugin-es/pull/57) [`36450fd`](https://github.com/roikoren755/eslint-plugin-es/commit/36450fd823d9692d173d1fb6b226ce5adbfb9ab6) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.2.1 + +- [#67](https://github.com/roikoren755/eslint-plugin-es/pull/67) [`b9da568`](https://github.com/roikoren755/eslint-plugin-es/commit/b9da5688f5c6cec96209badb3d09218ceb5f7288) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.9.0 + +* [#46](https://github.com/roikoren755/eslint-plugin-es/pull/46) [`31535ee`](https://github.com/roikoren755/eslint-plugin-es/commit/31535ee32031b38a0d2d7f343845a3cac0c948b5) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/cli to v2.19.0 + +- [#52](https://github.com/roikoren755/eslint-plugin-es/pull/52) [`19bbd77`](https://github.com/roikoren755/eslint-plugin-es/commit/19bbd7763f231fece9ecabc49333dae3612bdf1c) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-unicorn to v40 + +* [#58](https://github.com/roikoren755/eslint-plugin-es/pull/58) [`736cdde`](https://github.com/roikoren755/eslint-plugin-es/commit/736cddec947c896cce3c01b40b1393bfb906895c) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @commitlint/cli to v16.1.0 + ## 2.0.0 ### Major Changes diff --git a/docs/rules/no-accessor-properties.md b/docs/rules/no-accessor-properties.md index c2cb0538..682d1941 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.0/src/rules/no-accessor-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-accessor-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-accessor-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-accessor-properties.ts) diff --git a/docs/rules/no-array-from.md b/docs/rules/no-array-from.md index e5d647aa..e0864a41 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.0/src/rules/no-array-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-array-from.ts) diff --git a/docs/rules/no-array-isarray.md b/docs/rules/no-array-isarray.md index ddb65ab3..f38a31a5 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.0/src/rules/no-array-isarray.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-isarray.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-isarray.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-array-isarray.ts) diff --git a/docs/rules/no-array-of.md b/docs/rules/no-array-of.md index d78cc2fe..9e27b31a 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.0/src/rules/no-array-of.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-of.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-of.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 3442f696..16d25eec 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.0/src/rules/no-array-prototype-copywithin.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-copywithin.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-copywithin.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 d898e919..40f8beb9 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.0/src/rules/no-array-prototype-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 0cbdfd4b..2af6c8c2 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.0/src/rules/no-array-prototype-every.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-every.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-every.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 69bc64fb..6e774ce8 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.0/src/rules/no-array-prototype-fill.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-fill.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-fill.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 a2382cfe..983e4fc1 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.0/src/rules/no-array-prototype-filter.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-filter.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-filter.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 d1409365..7f25c3af 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.0/src/rules/no-array-prototype-find.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-find.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-find.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 94a78bd9..31172d15 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.0/src/rules/no-array-prototype-findindex.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-findindex.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-findindex.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 2e42efd4..1628d89b 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.0/src/rules/no-array-prototype-flat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-flat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-flat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 e006ef8f..915b76a7 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.0/src/rules/no-array-prototype-foreach.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-foreach.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-foreach.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 fd2044af..d9b8ee7a 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.0/src/rules/no-array-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 98094c37..de3fb3ab 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.0/src/rules/no-array-prototype-indexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-indexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-indexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 c820acdb..7d312059 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.0/src/rules/no-array-prototype-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 dab3b58d..f4c12019 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.0/src/rules/no-array-prototype-lastindexof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-lastindexof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-lastindexof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 1be3b946..8152b927 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.0/src/rules/no-array-prototype-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 5511c84e..8fa4c2d0 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.0/src/rules/no-array-prototype-reduce.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-reduce.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-reduce.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 fc4b463e..469709e9 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.0/src/rules/no-array-prototype-reduceright.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-reduceright.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-reduceright.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 589ef36a..2fcbedd0 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.0/src/rules/no-array-prototype-some.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-some.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-some.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 1096b737..184069a5 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.0/src/rules/no-array-prototype-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-prototype-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-prototype-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 8895484c..edd698f6 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.0/src/rules/no-array-string-prototype-at.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-array-string-prototype-at.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-array-string-prototype-at.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 9a7cb0dd..f5763046 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.0/src/rules/no-arrow-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-arrow-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-arrow-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-arrow-functions.ts) diff --git a/docs/rules/no-async-functions.md b/docs/rules/no-async-functions.md index 6bce1c85..7f9dd219 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.0/src/rules/no-async-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-async-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-async-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-async-functions.ts) diff --git a/docs/rules/no-async-iteration.md b/docs/rules/no-async-iteration.md index 11f95f7d..1913e8b6 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.0/src/rules/no-async-iteration.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-async-iteration.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-async-iteration.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-async-iteration.ts) diff --git a/docs/rules/no-atomics.md b/docs/rules/no-atomics.md index 01cf5d29..2584d12b 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.0/src/rules/no-atomics.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-atomics.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-atomics.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-atomics.ts) diff --git a/docs/rules/no-bigint.md b/docs/rules/no-bigint.md index bb93bd43..b1df4989 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.0/src/rules/no-bigint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-bigint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-bigint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 2cc50990..9181a56c 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.0/src/rules/no-binary-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-binary-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-binary-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 8a7b1f31..5907f1ad 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.0/src/rules/no-block-scoped-functions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-block-scoped-functions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-block-scoped-functions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 f4287eda..a06082ea 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.0/src/rules/no-block-scoped-variables.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-block-scoped-variables.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-block-scoped-variables.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 37952e54..51747007 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.0/src/rules/no-class-fields.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-class-fields.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-class-fields.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 fb923e86..7efa2230 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.0/src/rules/no-class-static-block.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-class-static-block.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-class-static-block.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-class-static-block.ts) diff --git a/docs/rules/no-classes.md b/docs/rules/no-classes.md index 7ac4cb70..cd23a58a 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.0/src/rules/no-classes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-classes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-classes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-classes.ts) diff --git a/docs/rules/no-computed-properties.md b/docs/rules/no-computed-properties.md index a5d70ba0..68488362 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.0/src/rules/no-computed-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-computed-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-computed-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-computed-properties.ts) diff --git a/docs/rules/no-date-now.md b/docs/rules/no-date-now.md index 28ad0fc4..f9960639 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.0/src/rules/no-date-now.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-date-now.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-date-now.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-date-now.ts) diff --git a/docs/rules/no-default-parameters.md b/docs/rules/no-default-parameters.md index f34e4df1..8270ea8d 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.0/src/rules/no-default-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-default-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-default-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-default-parameters.ts) diff --git a/docs/rules/no-destructuring.md b/docs/rules/no-destructuring.md index 8a1f4c5a..80be1657 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.0/src/rules/no-destructuring.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-destructuring.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-destructuring.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-destructuring.ts) diff --git a/docs/rules/no-dynamic-import.md b/docs/rules/no-dynamic-import.md index 6ca1223a..1c62eeec 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.0/src/rules/no-dynamic-import.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-dynamic-import.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-dynamic-import.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-dynamic-import.ts) diff --git a/docs/rules/no-exponential-operators.md b/docs/rules/no-exponential-operators.md index 83539d17..2a1c644d 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.0/src/rules/no-exponential-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-exponential-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-exponential-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 0f57ebd0..0380bebd 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.0/src/rules/no-export-ns-from.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-export-ns-from.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-export-ns-from.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 9581f531..a28baf82 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.0/src/rules/no-for-of-loops.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-for-of-loops.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-for-of-loops.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 9caf62a0..4133d95f 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.0/src/rules/no-function-prototype-bind.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-function-prototype-bind.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-function-prototype-bind.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-function-prototype-bind.ts) diff --git a/docs/rules/no-generators.md b/docs/rules/no-generators.md index 0d3d8549..fec70236 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.0/src/rules/no-generators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-generators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-generators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-generators.ts) diff --git a/docs/rules/no-global-this.md b/docs/rules/no-global-this.md index a0d6876b..8d04c2fa 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.0/src/rules/no-global-this.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-global-this.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-global-this.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-global-this.ts) diff --git a/docs/rules/no-import-meta.md b/docs/rules/no-import-meta.md index ffe98c8a..b706dba8 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.0/src/rules/no-import-meta.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-import-meta.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-import-meta.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-import-meta.ts) diff --git a/docs/rules/no-json-superset.md b/docs/rules/no-json-superset.md index 33ec1e05..310b89bd 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.0/src/rules/no-json-superset.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-json-superset.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-json-superset.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-json-superset.ts) diff --git a/docs/rules/no-json.md b/docs/rules/no-json.md index e91aa099..5af7268c 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.0/src/rules/no-json.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-json.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-json.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-json.ts) diff --git a/docs/rules/no-keyword-properties.md b/docs/rules/no-keyword-properties.md index 7d229df1..476595bf 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.0/src/rules/no-keyword-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-keyword-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-keyword-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 45ecc069..37975503 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.0/src/rules/no-logical-assignment-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-logical-assignment-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-logical-assignment-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 b1414314..edadc1fc 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.0/src/rules/no-malformed-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-malformed-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-malformed-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-malformed-template-literals.ts) diff --git a/docs/rules/no-map.md b/docs/rules/no-map.md index a6420913..f67915e3 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.0/src/rules/no-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-map.ts) diff --git a/docs/rules/no-math-acosh.md b/docs/rules/no-math-acosh.md index 8a4b03f1..00b2c2d4 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.0/src/rules/no-math-acosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-acosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-acosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-acosh.ts) diff --git a/docs/rules/no-math-asinh.md b/docs/rules/no-math-asinh.md index 8e304834..76e8c7e2 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.0/src/rules/no-math-asinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-asinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-asinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-asinh.ts) diff --git a/docs/rules/no-math-atanh.md b/docs/rules/no-math-atanh.md index e97a4419..261f24ba 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.0/src/rules/no-math-atanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-atanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-atanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-atanh.ts) diff --git a/docs/rules/no-math-cbrt.md b/docs/rules/no-math-cbrt.md index 5d41e82c..0a585378 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.0/src/rules/no-math-cbrt.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-cbrt.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-cbrt.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-cbrt.ts) diff --git a/docs/rules/no-math-clz32.md b/docs/rules/no-math-clz32.md index cdadaf74..39d2bf0d 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.0/src/rules/no-math-clz32.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-clz32.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-clz32.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-clz32.ts) diff --git a/docs/rules/no-math-cosh.md b/docs/rules/no-math-cosh.md index be292661..d338ae89 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.0/src/rules/no-math-cosh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-cosh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-cosh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-cosh.ts) diff --git a/docs/rules/no-math-expm1.md b/docs/rules/no-math-expm1.md index 4a35795e..7dad23fd 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.0/src/rules/no-math-expm1.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-expm1.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-expm1.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-expm1.ts) diff --git a/docs/rules/no-math-fround.md b/docs/rules/no-math-fround.md index 1ec17738..1e92a665 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.0/src/rules/no-math-fround.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-fround.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-fround.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-fround.ts) diff --git a/docs/rules/no-math-hypot.md b/docs/rules/no-math-hypot.md index b25ea165..d36097a0 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.0/src/rules/no-math-hypot.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-hypot.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-hypot.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-hypot.ts) diff --git a/docs/rules/no-math-imul.md b/docs/rules/no-math-imul.md index 0a7cc633..f9aa5666 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.0/src/rules/no-math-imul.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-imul.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-imul.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-imul.ts) diff --git a/docs/rules/no-math-log10.md b/docs/rules/no-math-log10.md index 71182640..2fa816ab 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.0/src/rules/no-math-log10.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-log10.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-log10.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-log10.ts) diff --git a/docs/rules/no-math-log1p.md b/docs/rules/no-math-log1p.md index bdc6c226..8b13670d 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.0/src/rules/no-math-log1p.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-log1p.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-log1p.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-log1p.ts) diff --git a/docs/rules/no-math-log2.md b/docs/rules/no-math-log2.md index 290e98d1..b8cb736d 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.0/src/rules/no-math-log2.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-log2.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-log2.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-log2.ts) diff --git a/docs/rules/no-math-sign.md b/docs/rules/no-math-sign.md index fb12e825..86ab6218 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.0/src/rules/no-math-sign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-sign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-sign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-sign.ts) diff --git a/docs/rules/no-math-sinh.md b/docs/rules/no-math-sinh.md index bb89781b..936e2385 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.0/src/rules/no-math-sinh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-sinh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-sinh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-sinh.ts) diff --git a/docs/rules/no-math-tanh.md b/docs/rules/no-math-tanh.md index 5a4d730b..9c050262 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.0/src/rules/no-math-tanh.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-tanh.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-tanh.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-tanh.ts) diff --git a/docs/rules/no-math-trunc.md b/docs/rules/no-math-trunc.md index b044028f..628c14c5 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.0/src/rules/no-math-trunc.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-math-trunc.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-math-trunc.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-math-trunc.ts) diff --git a/docs/rules/no-modules.md b/docs/rules/no-modules.md index c63af783..2cdbbffd 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.0/src/rules/no-modules.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-modules.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-modules.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-modules.ts) diff --git a/docs/rules/no-new-target.md b/docs/rules/no-new-target.md index 6369ea96..5b76165a 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.0/src/rules/no-new-target.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-new-target.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-new-target.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 373d2f44..65361f22 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.0/src/rules/no-nullish-coalescing-operators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-nullish-coalescing-operators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-nullish-coalescing-operators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 069d97e7..71d67d98 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.0/src/rules/no-number-epsilon.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-epsilon.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-epsilon.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-epsilon.ts) diff --git a/docs/rules/no-number-isfinite.md b/docs/rules/no-number-isfinite.md index 22a46769..9048717c 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.0/src/rules/no-number-isfinite.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-isfinite.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-isfinite.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-isfinite.ts) diff --git a/docs/rules/no-number-isinteger.md b/docs/rules/no-number-isinteger.md index 029ddf8d..2918c566 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.0/src/rules/no-number-isinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-isinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-isinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-isinteger.ts) diff --git a/docs/rules/no-number-isnan.md b/docs/rules/no-number-isnan.md index f98bc05c..a7a8959a 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.0/src/rules/no-number-isnan.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-isnan.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-isnan.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-isnan.ts) diff --git a/docs/rules/no-number-issafeinteger.md b/docs/rules/no-number-issafeinteger.md index 67a84146..93e4c561 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.0/src/rules/no-number-issafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-issafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-issafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-issafeinteger.ts) diff --git a/docs/rules/no-number-maxsafeinteger.md b/docs/rules/no-number-maxsafeinteger.md index 33c67c71..7d6ff50f 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.0/src/rules/no-number-maxsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-maxsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-maxsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-maxsafeinteger.ts) diff --git a/docs/rules/no-number-minsafeinteger.md b/docs/rules/no-number-minsafeinteger.md index 57a173ca..90589488 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.0/src/rules/no-number-minsafeinteger.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-minsafeinteger.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-minsafeinteger.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-minsafeinteger.ts) diff --git a/docs/rules/no-number-parsefloat.md b/docs/rules/no-number-parsefloat.md index 01d045a7..436d66af 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.0/src/rules/no-number-parsefloat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-parsefloat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-parsefloat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-parsefloat.ts) diff --git a/docs/rules/no-number-parseint.md b/docs/rules/no-number-parseint.md index 4cc5a1dc..adde2e71 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.0/src/rules/no-number-parseint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-number-parseint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-number-parseint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-number-parseint.ts) diff --git a/docs/rules/no-numeric-separators.md b/docs/rules/no-numeric-separators.md index 86d72a52..ddac5c4b 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.0/src/rules/no-numeric-separators.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-numeric-separators.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-numeric-separators.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-numeric-separators.ts) diff --git a/docs/rules/no-object-assign.md b/docs/rules/no-object-assign.md index 99eeacd5..960afd89 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.0/src/rules/no-object-assign.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-assign.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-assign.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-assign.ts) diff --git a/docs/rules/no-object-create.md b/docs/rules/no-object-create.md index e615d01f..48e9cef9 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.0/src/rules/no-object-create.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-create.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-create.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-create.ts) diff --git a/docs/rules/no-object-defineproperties.md b/docs/rules/no-object-defineproperties.md index cdf907d3..f87ae8dc 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.0/src/rules/no-object-defineproperties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-defineproperties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-defineproperties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-defineproperties.ts) diff --git a/docs/rules/no-object-defineproperty.md b/docs/rules/no-object-defineproperty.md index 4b8ecd0e..bd50b3a9 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.0/src/rules/no-object-defineproperty.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-defineproperty.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-defineproperty.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-defineproperty.ts) diff --git a/docs/rules/no-object-entries.md b/docs/rules/no-object-entries.md index 454aee25..ac34be81 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.0/src/rules/no-object-entries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-entries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-entries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-entries.ts) diff --git a/docs/rules/no-object-freeze.md b/docs/rules/no-object-freeze.md index 8c6c1f89..9bc074c4 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.0/src/rules/no-object-freeze.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-freeze.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-freeze.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-freeze.ts) diff --git a/docs/rules/no-object-fromentries.md b/docs/rules/no-object-fromentries.md index 2ff322c4..2dc85de4 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.0/src/rules/no-object-fromentries.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-fromentries.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-fromentries.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-fromentries.ts) diff --git a/docs/rules/no-object-getownpropertydescriptor.md b/docs/rules/no-object-getownpropertydescriptor.md index 045f2793..d1863bfb 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.0/src/rules/no-object-getownpropertydescriptor.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-getownpropertydescriptor.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-getownpropertydescriptor.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-getownpropertydescriptor.ts) diff --git a/docs/rules/no-object-getownpropertydescriptors.md b/docs/rules/no-object-getownpropertydescriptors.md index 1d12fdda..6a5f616b 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.0/src/rules/no-object-getownpropertydescriptors.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-getownpropertydescriptors.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-getownpropertydescriptors.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-getownpropertydescriptors.ts) diff --git a/docs/rules/no-object-getownpropertynames.md b/docs/rules/no-object-getownpropertynames.md index 2eeb775c..a11bafb0 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.0/src/rules/no-object-getownpropertynames.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-getownpropertynames.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-getownpropertynames.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-getownpropertynames.ts) diff --git a/docs/rules/no-object-getownpropertysymbols.md b/docs/rules/no-object-getownpropertysymbols.md index 43dc76c9..e5c90d18 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.0/src/rules/no-object-getownpropertysymbols.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-getownpropertysymbols.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-getownpropertysymbols.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-getownpropertysymbols.ts) diff --git a/docs/rules/no-object-getprototypeof.md b/docs/rules/no-object-getprototypeof.md index b0f9dafd..64855931 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.0/src/rules/no-object-getprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-getprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-getprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-getprototypeof.ts) diff --git a/docs/rules/no-object-hasown.md b/docs/rules/no-object-hasown.md index cc64b692..fe1fabe5 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.0/src/rules/no-object-hasown.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-hasown.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-hasown.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-hasown.ts) diff --git a/docs/rules/no-object-is.md b/docs/rules/no-object-is.md index 59310978..0c3b1083 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.0/src/rules/no-object-is.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-is.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-is.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-is.ts) diff --git a/docs/rules/no-object-isextensible.md b/docs/rules/no-object-isextensible.md index b56558f8..070a4f65 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.0/src/rules/no-object-isextensible.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-isextensible.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-isextensible.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-isextensible.ts) diff --git a/docs/rules/no-object-isfrozen.md b/docs/rules/no-object-isfrozen.md index 8dbc0d15..233cac47 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.0/src/rules/no-object-isfrozen.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-isfrozen.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-isfrozen.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-isfrozen.ts) diff --git a/docs/rules/no-object-issealed.md b/docs/rules/no-object-issealed.md index d58a0ebc..4c605358 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.0/src/rules/no-object-issealed.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-issealed.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-issealed.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-issealed.ts) diff --git a/docs/rules/no-object-keys.md b/docs/rules/no-object-keys.md index c2b652ca..5113d6d9 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.0/src/rules/no-object-keys.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-keys.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-keys.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-keys.ts) diff --git a/docs/rules/no-object-preventextensions.md b/docs/rules/no-object-preventextensions.md index 253b5482..c2753684 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.0/src/rules/no-object-preventextensions.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-preventextensions.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-preventextensions.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-preventextensions.ts) diff --git a/docs/rules/no-object-seal.md b/docs/rules/no-object-seal.md index bc3ac8e6..bbe16f8c 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.0/src/rules/no-object-seal.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-seal.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-seal.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-object-seal.ts) diff --git a/docs/rules/no-object-setprototypeof.md b/docs/rules/no-object-setprototypeof.md index 748a8115..2fd6655f 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.0/src/rules/no-object-setprototypeof.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-setprototypeof.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-setprototypeof.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 64e8b8e2..ee6b1322 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.0/src/rules/no-object-super-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-super-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-super-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 3ab0fe77..e9069cf4 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.0/src/rules/no-object-values.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-object-values.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-object-values.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 bb341fad..4ed37a8a 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.0/src/rules/no-octal-numeric-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-octal-numeric-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-octal-numeric-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 6ec4c3f5..4e6f5296 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.0/src/rules/no-optional-catch-binding.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-optional-catch-binding.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-optional-catch-binding.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 ca16d176..2328ea70 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.0/src/rules/no-optional-chaining.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-optional-chaining.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-optional-chaining.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-optional-chaining.ts) diff --git a/docs/rules/no-private-in.md b/docs/rules/no-private-in.md index d08beb2e..45e9c488 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.0/src/rules/no-private-in.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-private-in.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-private-in.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 873bc0c2..0cb1089a 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.0/src/rules/no-promise-all-settled.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-promise-all-settled.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-promise-all-settled.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 55ff069d..b601038e 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.0/src/rules/no-promise-any.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-promise-any.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-promise-any.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 a567c653..33ec7b6c 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.0/src/rules/no-promise-prototype-finally.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-promise-prototype-finally.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-promise-prototype-finally.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-promise-prototype-finally.ts) diff --git a/docs/rules/no-promise.md b/docs/rules/no-promise.md index df652d62..8e9e5a2e 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.0/src/rules/no-promise.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-promise.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-promise.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-promise.ts) diff --git a/docs/rules/no-property-shorthands.md b/docs/rules/no-property-shorthands.md index 37b29466..687e75fc 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.0/src/rules/no-property-shorthands.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-property-shorthands.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-property-shorthands.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-property-shorthands.ts) diff --git a/docs/rules/no-proxy.md b/docs/rules/no-proxy.md index ebb833d5..0495b9a2 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.0/src/rules/no-proxy.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-proxy.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-proxy.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-proxy.ts) diff --git a/docs/rules/no-reflect.md b/docs/rules/no-reflect.md index 6574c435..7ed7de9b 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.0/src/rules/no-reflect.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-reflect.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-reflect.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 dd4f7558..12a0c434 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.0/src/rules/no-regexp-d-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-d-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-d-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 c335d422..51b888be 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.0/src/rules/no-regexp-named-capture-groups.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-named-capture-groups.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-named-capture-groups.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 25d66a29..f932f410 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.0/src/rules/no-regexp-prototype-flags.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-prototype-flags.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-prototype-flags.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 61126904..d7dc37f8 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.0/src/rules/no-regexp-s-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-s-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-s-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 16e2a807..90b0f3ce 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.0/src/rules/no-regexp-u-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-u-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-u-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 74024f06..9c7c7636 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.0/src/rules/no-regexp-unicode-property-escapes-2019.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-unicode-property-escapes-2019.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 1adf22b1..3dfa5205 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.0/src/rules/no-regexp-unicode-property-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-unicode-property-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-unicode-property-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 3ea1ec3b..3e1cba59 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.0/src/rules/no-regexp-y-flag.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-regexp-y-flag.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-regexp-y-flag.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 4bb590c2..c1078b0b 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.0/src/rules/no-rest-parameters.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-rest-parameters.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-rest-parameters.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 bf722483..c23c110a 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.0/src/rules/no-rest-spread-properties.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-rest-spread-properties.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-rest-spread-properties.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-rest-spread-properties.ts) diff --git a/docs/rules/no-set.md b/docs/rules/no-set.md index 71b33e02..14238b4d 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.0/src/rules/no-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 7481f9d9..6b571c33 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.0/src/rules/no-shared-array-buffer.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-shared-array-buffer.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-shared-array-buffer.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 4cc84b7a..ee116871 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.0/src/rules/no-spread-elements.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-spread-elements.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-spread-elements.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-spread-elements.ts) diff --git a/docs/rules/no-string-fromcodepoint.md b/docs/rules/no-string-fromcodepoint.md index a9347efd..a31762b1 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.0/src/rules/no-string-fromcodepoint.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-fromcodepoint.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-fromcodepoint.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 85cd014f..79ead94a 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.0/src/rules/no-string-prototype-codepointat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-codepointat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-codepointat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 0a607ffe..2554d5d4 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.0/src/rules/no-string-prototype-endswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-endswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-endswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 4680a7be..616488cc 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.0/src/rules/no-string-prototype-includes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-includes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-includes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 f781c251..f4346a90 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.0/src/rules/no-string-prototype-matchall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-matchall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-matchall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 4294fa88..8b2b8e07 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.0/src/rules/no-string-prototype-normalize.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-normalize.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-normalize.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 4b4b3a74..e6fa82b0 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.0/src/rules/no-string-prototype-padstart-padend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-padstart-padend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-padstart-padend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 95a9e401..0fedd3bb 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.0/src/rules/no-string-prototype-repeat.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-repeat.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-repeat.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 c8d9633a..ec15c5dc 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.0/src/rules/no-string-prototype-replaceall.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-replaceall.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-replaceall.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 ab17cc08..bbaf8950 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.0/src/rules/no-string-prototype-startswith.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-startswith.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-startswith.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 07962308..874ae895 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.0/src/rules/no-string-prototype-trim.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-trim.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-trim.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 73e6170b..08788ca3 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.0/src/rules/no-string-prototype-trimstart-trimend.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-prototype-trimstart-trimend.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 b5f8005e..035449a5 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.0/src/rules/no-string-raw.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-string-raw.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-string-raw.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-string-raw.ts) diff --git a/docs/rules/no-subclassing-builtins.md b/docs/rules/no-subclassing-builtins.md index 06594216..33e581e2 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.0/src/rules/no-subclassing-builtins.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-subclassing-builtins.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-subclassing-builtins.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 b075f729..e9423201 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.0/src/rules/no-symbol-prototype-description.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-symbol-prototype-description.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-symbol-prototype-description.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-symbol-prototype-description.ts) diff --git a/docs/rules/no-symbol.md b/docs/rules/no-symbol.md index 27cab79e..82a17307 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.0/src/rules/no-symbol.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-symbol.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-symbol.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-symbol.ts) diff --git a/docs/rules/no-template-literals.md b/docs/rules/no-template-literals.md index 5a870191..64a62e34 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.0/src/rules/no-template-literals.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-template-literals.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-template-literals.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 73c8999f..0a21951d 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.0/src/rules/no-top-level-await.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-top-level-await.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-top-level-await.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 95212f99..46ebe115 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.0/src/rules/no-trailing-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-trailing-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-trailing-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 68ed429e..01f354bd 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.0/src/rules/no-trailing-function-commas.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-trailing-function-commas.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-trailing-function-commas.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 bc15d88b..fc51e220 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.0/src/rules/no-typed-arrays.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-typed-arrays.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-typed-arrays.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 ec6e19ff..e8a09f39 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.0/src/rules/no-unicode-codepoint-escapes.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-unicode-codepoint-escapes.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-unicode-codepoint-escapes.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/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 5a298b5a..71b449e6 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.0/src/rules/no-weak-map.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-weak-map.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-weak-map.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-weak-map.ts) diff --git a/docs/rules/no-weak-set.md b/docs/rules/no-weak-set.md index ce5d2371..cda88222 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.0/src/rules/no-weak-set.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-weak-set.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-weak-set.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-weak-set.ts) diff --git a/docs/rules/no-weakrefs.md b/docs/rules/no-weakrefs.md index 49095d6f..77be1907 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.0/src/rules/no-weakrefs.ts) -- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.0/tests/src/rules/no-weakrefs.ts) +- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/src/rules/no-weakrefs.ts) +- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.1/tests/src/rules/no-weakrefs.ts) diff --git a/package-lock.json b/package-lock.json index 39057565..f7b560f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "eslint-plugin-es-roikoren", - "version": "2.0.0", + "version": "2.0.1", "dev": true, "license": "MIT", "dependencies": { @@ -14779,7 +14779,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.7", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", + "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", "dev": true, "requires": { "whatwg-url": "^5.0.0" @@ -18527,7 +18529,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.7", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", + "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", "dev": true, "requires": { "whatwg-url": "^5.0.0" @@ -20502,4 +20506,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 9498fc5d..79d77051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-es-roikoren", - "version": "2.0.0", + "version": "2.0.1", "repository": { "type": "git", "url": "ssh://git@github.com/roikoren755/eslint-plugin-es.git"