File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ More than 50 ESLint rules to catch common mistakes and improve your React code.
6
6
7
7
## Public packages
8
8
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.
10
10
11
11
## Supported engines
12
12
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ async function makeTask(file: BunFile) {
8
8
return ;
9
9
}
10
10
11
+ const packageJson = await file . json < PackageJson > ( ) ;
11
12
const packageJsonUpdated = {
12
- ...await file . json < PackageJson > ( ) ,
13
+ ...packageJson ,
13
14
version,
14
15
} ;
15
16
You can’t perform that action at this time.
0 commit comments