@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.
Files changed (2) hide show
  1. package/README.md +2 -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
- touch .eslintrc
30
+ .eslintrc
31
31
  ```
32
32
 
33
33
  ### Add config to .eslintrc and save
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildpastry/eslint-config",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "ESLint configuration file",
5
5
  "main": "index.js",
6
6
  "scripts": {