Skip to content

Commit

Permalink
refactor: take review into account
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 15, 2023
1 parent e6a38cc commit ac4257b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The following rules are promoted:

- Improve server binary resolution when using certain package managers, notably pnpm.

The new strategy is to point to `node_modules/.bin/biome`` path,
The new strategy is to point to `node_modules/.bin/biome` path,
which is consistent for all package managers.

## 1.1.2 (2023-09-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare_rule! {
/// printArg<void>(undefined);
/// ```
pub(crate) NoConfusingVoidType {
version: "1.2",
version: "1.2.0",
name: "noConfusingVoidType",
recommended: false,
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The following rules are promoted:

- Improve server binary resolution when using certain package managers, notably pnpm.

The new strategy is to point to `node_modules/.bin/biome`` path,
The new strategy is to point to `node_modules/.bin/biome` path,
which is consistent for all package managers.

## 1.1.2 (2023-09-07)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: noConfusingVoidType (since v1.2)
title: noConfusingVoidType (since v1.2.0)
---


Expand Down

0 comments on commit ac4257b

Please sign in to comment.