Skip to content

Commit

Permalink
ci(changesets): version packages (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
roikoren755 and github-actions[bot] authored Apr 17, 2022
1 parent f51343c commit 6d86bcc
Show file tree
Hide file tree
Showing 166 changed files with 333 additions and 353 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-walls-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-radios-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-carrots-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-forks-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pens-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-otters-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-rules-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-lemons-wait.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# eslint-plugin-es-roikoren

## 2.0.9

### Patch Changes

- [#124](https://github.com/roikoren755/eslint-plugin-es/pull/124) [`f900364`](https://github.com/roikoren755/eslint-plugin-es/commit/f900364364be4aac865a02c8132d6161e9f223af) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update actions/setup-node action to v3.1.1

* [#127](https://github.com/roikoren755/eslint-plugin-es/pull/127) [`c352391`](https://github.com/roikoren755/eslint-plugin-es/commit/c35239193283a9184ad3e18ff436ae27a2b6b3d5) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update actions/checkout action to v3.0.1

- [#126](https://github.com/roikoren755/eslint-plugin-es/pull/126) [`5289312`](https://github.com/roikoren755/eslint-plugin-es/commit/52893125f9f7430499004a8dbf3a67d40b66f1ae) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency semver to v7.3.7

* [#121](https://github.com/roikoren755/eslint-plugin-es/pull/121) [`a8f41b9`](https://github.com/roikoren755/eslint-plugin-es/commit/a8f41b93459fe98a68fddc316dbc6455371b022e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency semver to v7.3.6

- [#128](https://github.com/roikoren755/eslint-plugin-es/pull/128) [`f51343c`](https://github.com/roikoren755/eslint-plugin-es/commit/f51343c78cad2bb523020f4756e46461de1fb519) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.3.8

* [#123](https://github.com/roikoren755/eslint-plugin-es/pull/123) [`6f4cb86`](https://github.com/roikoren755/eslint-plugin-es/commit/6f4cb86aba82f6a546a65343510aa80e8f4b6308) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint to v8.13.0

- [#125](https://github.com/roikoren755/eslint-plugin-es/pull/125) [`8108a6b`](https://github.com/roikoren755/eslint-plugin-es/commit/8108a6b7c0dd38bf98570ff915ac2f476894ff5a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update typescript-eslint monorepo to v5.19.0

* [#120](https://github.com/roikoren755/eslint-plugin-es/pull/120) [`ad90e2d`](https://github.com/roikoren755/eslint-plugin-es/commit/ad90e2df7bb631eedc4f7a4f680b3cf49c9e7e3e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-import to v2.26.0

## 2.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/rules/no-accessor-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ class A {

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-accessor-properties.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-accessor-properties.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-accessor-properties.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-accessor-properties.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ const array = Array.from('hello');

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-array-from.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-from.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-from.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-from.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-isarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ var array = Array.isArray(obj);

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-array-isarray.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-isarray.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-isarray.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-isarray.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-of.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ const array = Array.of(1, 2, 3);

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-array-of.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-of.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-of.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-of.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-copywithin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-copywithin.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-copywithin.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-copywithin.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-copywithin.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-entries.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-entries.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-entries.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-entries.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-every.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-every.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-every.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-every.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-every.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-fill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-fill.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-fill.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-fill.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-fill.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-filter.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-filter.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-filter.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-filter.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-find.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-find.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-find.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-find.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-findindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-findindex.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-findindex.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-findindex.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-findindex.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-flat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-flat.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-flat.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-flat.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-flat.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-foreach.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-foreach.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-foreach.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-foreach.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-foreach.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-includes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-includes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-includes.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-includes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-includes.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-indexof.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-indexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-indexof.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-indexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-indexof.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-keys.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-keys.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-keys.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-keys.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-lastindexof.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-lastindexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-lastindexof.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-lastindexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-lastindexof.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-map.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-map.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-map.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-map.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-reduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-reduce.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-reduce.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-reduce.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-reduce.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-reduceright.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-reduceright.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-reduceright.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-reduceright.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-reduceright.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-some.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-some.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-some.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-some.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-some.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-prototype-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8/src/rules/no-array-prototype-values.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-prototype-values.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-prototype-values.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-prototype-values.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-array-string-prototype-at.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ foo.at(-1);

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-array-string-prototype-at.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-array-string-prototype-at.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-array-string-prototype-at.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-array-string-prototype-at.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-arrow-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ let b = function() { doSomething() }

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-arrow-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-arrow-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-arrow-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-arrow-functions.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-async-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ class A { async f5() {} }

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-async-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-async-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-async-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-async-functions.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-async-iteration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ async function wrap() {

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-async-iteration.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-async-iteration.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-async-iteration.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-async-iteration.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-atomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Atomics.add(buffer, 0, 2);

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-atomics.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-atomics.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-atomics.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-atomics.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-bigint.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ let d = new BigUint64Array(10);

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-bigint.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-bigint.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-bigint.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-bigint.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-binary-numeric-literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ let a = 0b1010;

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-binary-numeric-literals.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-binary-numeric-literals.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-binary-numeric-literals.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-binary-numeric-literals.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-block-scoped-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if (a) {

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/src/rules/no-block-scoped-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.8/tests/src/rules/no-block-scoped-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/src/rules/no-block-scoped-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v2.0.9/tests/src/rules/no-block-scoped-functions.ts)
Loading

0 comments on commit 6d86bcc

Please sign in to comment.