Skip to content

Commit 5c30f6f

Browse files
committed
docs: minor updates
1 parent 80c3cf0 commit 5c30f6f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/content/docs/getting-started/typescript-with-alternative-parser.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ export default tseslint.config({
3939

4040
## Setup with Fallback Parsers
4141

42+
### Add `typescript-eslint` to the project dependencies
43+
44+
```sh copy title="Terminal"
45+
# npm
46+
npm install --save-dev typescript-eslint
47+
48+
# pnpm
49+
pnpm add --save-dev typescript-eslint
50+
51+
# yarn
52+
yarn add --dev typescript-eslint
53+
```
54+
55+
### Update the `eslint.config.js` file
56+
4257
```js title="eslint.config.js"
4358

4459
// @ts-check

0 commit comments

Comments
 (0)