File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/content/docs/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Use it only if you are okay with the limitations.
18
18
19
19
``` sh copy title="Terminal"
20
20
# npm
21
- npm install --save-dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin
21
+ npm install --save-dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin@next
22
22
23
23
# pnpm
24
- pnpm add --save-dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin
24
+ pnpm add --save-dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin@next
25
25
26
26
# yarn
27
- yarn add --dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin
27
+ yarn add --dev eslint typescript-eslint @eslint/js globals ts-blank-eslint-parser @eslint-react/eslint-plugin@next
28
28
```
29
29
30
30
## Setup
You can’t perform that action at this time.
0 commit comments