Skip to content

Commit d23d06e

Browse files
committed
docs: minor improvements
1 parent b312bb9 commit d23d06e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ More than 50 ESLint rules to catch common mistakes and improve your React code.
66

77
## Public packages
88

9-
- [`@eslint-react/eslint-plugin`](./packages/eslint-plugin) - The main ESLint plugin package including all rules and configs in this repository.
9+
- [`@eslint-react/eslint-plugin`](./packages/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
1010

1111
## Supported engines
1212

scripts/update-version.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ async function makeTask(file: BunFile) {
88
return;
99
}
1010

11+
const packageJson = await file.json<PackageJson>();
1112
const packageJsonUpdated = {
12-
...await file.json<PackageJson>(),
13+
...packageJson,
1314
version,
1415
};
1516

0 commit comments

Comments
 (0)