Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2022
1 parent 712a923 commit aa64264
Show file tree
Hide file tree
Showing 162 changed files with 325 additions and 333 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-scissors-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-colts-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-files-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-knives-think.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- [#169](https://github.com/roikoren755/eslint-plugin-es/pull/169) [`712a923`](https://github.com/roikoren755/eslint-plugin-es/commit/712a9232cbcfca9b244c81b99d9b1c31923d7129) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update github/codeql-action action to v2.1.12

* [#168](https://github.com/roikoren755/eslint-plugin-es/pull/168) [`fddb14f`](https://github.com/roikoren755/eslint-plugin-es/commit/fddb14f039ae5df70c092ede54b95ecf17b11c83) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v13

- [#166](https://github.com/roikoren755/eslint-plugin-es/pull/166) [`5b65c77`](https://github.com/roikoren755/eslint-plugin-es/commit/5b65c774987df71aa98ea432bbc04260ab24e29b) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update typescript-eslint monorepo to v5.27.0

* [#164](https://github.com/roikoren755/eslint-plugin-es/pull/164) [`6a02803`](https://github.com/roikoren755/eslint-plugin-es/commit/6a02803012d90a3a51707da721ce84c3d3d2c3e2) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency lint-staged to v12.4.3

## 3.0.0

### Major 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/v3.0.0/src/rules/no-accessor-properties.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-accessor-properties.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-accessor-properties.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-from.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-from.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-from.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-isarray.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-isarray.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-isarray.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-of.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-of.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-of.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-copywithin.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-copywithin.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-copywithin.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-entries.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-entries.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-entries.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-every.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-every.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-every.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-fill.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-fill.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-fill.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-filter.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-filter.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-filter.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-find.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-find.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-find.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-findindex.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-findindex.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-findindex.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-flat.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-flat.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-flat.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-foreach.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-foreach.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-foreach.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-includes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-includes.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-includes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-indexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-indexof.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-indexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-keys.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-keys.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-keys.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-lastindexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-lastindexof.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-lastindexof.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-map.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-map.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-map.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-reduce.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-reduce.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-reduce.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-reduceright.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-reduceright.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-reduceright.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-some.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-some.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-some.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-prototype-values.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-prototype-values.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-prototype-values.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-array-string-prototype-at.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-array-string-prototype-at.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-array-string-prototype-at.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-arrow-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-arrow-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-arrow-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-async-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-async-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-async-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-async-iteration.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-async-iteration.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-async-iteration.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-atomics.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-atomics.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-atomics.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-bigint.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-bigint.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-bigint.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-binary-numeric-literals.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-binary-numeric-literals.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-binary-numeric-literals.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/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/v3.0.0/src/rules/no-block-scoped-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-block-scoped-functions.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-block-scoped-functions.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/tests/src/rules/no-block-scoped-functions.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-block-scoped-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ const b = 2;

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/src/rules/no-block-scoped-variables.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-block-scoped-variables.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-block-scoped-variables.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/tests/src/rules/no-block-scoped-variables.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-class-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ class A {

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/src/rules/no-class-fields.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-class-fields.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-class-fields.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/tests/src/rules/no-class-fields.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-class-static-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ const B = class {

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/src/rules/no-class-static-block.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-class-static-block.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-class-static-block.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/tests/src/rules/no-class-static-block.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ const B = class {};

## 📚 References

- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/src/rules/no-classes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.0/tests/src/rules/no-classes.ts)
- [Rule source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/src/rules/no-classes.ts)
- [Test source](https://github.com/roikoren755/eslint-plugin-es/blob/v3.0.1/tests/src/rules/no-classes.ts)
Loading

0 comments on commit aa64264

Please sign in to comment.