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 ad14f5c commit 87ffdb1Copy full SHA for 87ffdb1
readme.md
@@ -40,13 +40,13 @@ You can see all the [base rules](https://github.com/frontendfixer/eslint-config-
40
- without typescript
41
42
```bash
43
-npm install -D eslint prettier @frontendfixer/eslint-config-react
+npm install -D eslint prettier@^2.8.0 @frontendfixer/eslint-config-react
44
```
45
46
- with typescript
47
48
49
-npm install -D eslint prettier typescript @frontendfixer/eslint-config-react
+npm install -D eslint prettier@^2.8.0 typescript @frontendfixer/eslint-config-react
50
51
52
## Configuration
0 commit comments