We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200221d commit 9177b7cCopy full SHA for 9177b7c
website/pages/docs/getting-started.mdx
@@ -4,7 +4,7 @@
4
5
#### Install
6
7
-```sh filename="Terminal"
+```sh copy filename="Terminal"
8
npm install --save-dev @eslint-react/eslint-plugin
9
```
10
@@ -69,7 +69,7 @@ export default tseslint.config({
69
70
### JavaScript with Babel
71
72
73
npm install --save-dev @babel/core @babel/eslint-parser @babel/preset-env @babel/preset-react @eslint-react/eslint-plugin
74
75
0 commit comments