File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ If there's no backing issue:
80
80
- Parenthesis and whitespace (see: ` getWrappingFixer ` ).
81
81
- Unions and intersections (see: ` unionConstituents ` and ` intersectionConstituents ` ).
82
82
- 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.
84
84
- Both "positive" and "negative" ("valid" and "invalid") cases exist, if reasonably possible to test for.
85
85
- Fixes and suggestions, if present, don't remove ` // ` or ` /* ` comments
86
86
- ` invalid ` lint rule errors include line and column information
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
10
10
## Should TypeScript be installed globally or locally?
11
11
12
12
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` .
14
14
See [ #2041 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/2041 ) for more information.
15
15
16
16
## Why don't I see TypeScript errors in my ESLint output?
You can’t perform that action at this time.
0 commit comments