Skip to content

Commit 83ea658

Browse files
authored
Merge pull request #5 from xaos7991/chore/migrate-scripts-to-pnpm
Replaced yarn reference with pnpm
2 parents caae48b + 6ff72a1 commit 83ea658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/maintenance/Pull_Requests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If there's no backing issue:
8080
- Parenthesis and whitespace (see: `getWrappingFixer`).
8181
- Unions and intersections (see: `unionConstituents` and `intersectionConstituents`).
8282
- Unit tests:
83-
- All lines are covered per the Codecov / `yarn jest path/to/impacted/file --coverage` report.
83+
- All lines are covered per the Codecov / `pnpx jest path/to/impacted/file --coverage` report.
8484
- Both "positive" and "negative" ("valid" and "invalid") cases exist, if reasonably possible to test for.
8585
- Fixes and suggestions, if present, don't remove `//` or `/*` comments
8686
- `invalid` lint rule errors include line and column information

docs/troubleshooting/faqs/TypeScript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010
## Should TypeScript be installed globally or locally?
1111

1212
Make sure that you have installed TypeScript locally i.e. by using `npm install typescript`, not `npm install -g typescript`,
13-
or by using `yarn add typescript`, not `yarn global add typescript`.
13+
or by using `pnpm add typescript`, not `pnpm add -g add typescript`.
1414
See [#2041](https://github.com/typescript-eslint/typescript-eslint/issues/2041) for more information.
1515

1616
## Why don't I see TypeScript errors in my ESLint output?

0 commit comments

Comments
 (0)