eslint-plugin-gb 9.0.0-alpha.2 → 9.0.0-alpha.3

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,16 @@
2
2
 
3
3
  ## Description
4
4
 
5
- My favorite eslint configurations for [ESLint >=9](https://eslint.org/docs/latest/use/migrate-to-9.0.0). An [earlier version] for earlier ESLint releases in available on [eslint-plugin-gb@2](https://www.npmjs.com/package/eslint-plugin-gb/v/2.0.0).
5
+ My favorite eslint configurations for [ESLint >=9](https://eslint.org/docs/latest/use/migrate-to-9.0.0). A version for earlier ESLint releases in available on [eslint-plugin-gb@2](https://www.npmjs.com/package/eslint-plugin-gb/v/2.0.0).
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```
10
- $ npm add typescript eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-gb -D
10
+ $ npm add --save-dev typescript
11
+ $ npm add --save-dev eslint
12
+ $ npm add --save-dev @typescript-eslint/parser
13
+ $ npm add --save-dev @typescript-eslint/eslint-plugin
14
+ $ npm add --save-dev eslint-plugin-gb
11
15
 
12
16
  ```
13
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-gb",
3
- "version": "9.0.0-alpha.2",
3
+ "version": "9.0.0-alpha.3",
4
4
  "description": "ESLint rules I like",
5
5
  "main": "index.js",
6
6
  "peerDependencies": {