@wildpastry/eslint-config 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,9 +25,9 @@ npm i @typescript-eslint/eslint-plugin@latest eslint-plugin-react@latest eslint-
|
|
|
25
25
|
npm i @wildpastry/eslint-config@latest
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
### Create new .eslintrc file
|
|
28
|
+
### Create new .eslintrc file in the project source
|
|
29
29
|
```
|
|
30
|
-
|
|
30
|
+
.eslintrc
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### Add config to .eslintrc and save
|