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.
- package/README.md +6 -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).
|
|
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
|
|
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
|
|