@wildpastry/eslint-config 1.4.0 → 1.5.0

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,7 @@ Shareable ESLint configuration settings. No errors, only warnings.
8
8
 
9
9
  ### Install eslint and plugins
10
10
  ```
11
- npm i eslint@latest
12
- npm i @typescript-eslint/eslint-plugin
13
- npm i eslint-plugin-react
11
+ npm i eslint@latest @typescript-eslint/eslint-plugin@latest eslint-plugin-react@latest
14
12
  ```
15
13
 
16
14
  ### Install eslint config
@@ -25,7 +23,7 @@ create new .eslintrc file
25
23
 
26
24
  ### Add config to .eslintrc
27
25
  ```
28
- add { "extends": "@wildpastry/eslint-config" }
26
+ add { "extends": "@wildpastry/eslint-config" } into .eslintrc and save
29
27
  ```
30
28
 
31
29
  ### Add scripts to package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildpastry/eslint-config",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "ESLint configuration file",
5
5
  "main": "index.js",
6
6
  "scripts": {