@automattic/eslint-plugin-wpvip 0.1.0-0 → 0.1.1-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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,10 @@ This is an ESLint plugin to provide WordPress VIP's (internal) JavaScript and Ty
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
Install `eslint` and `@automattic/eslint-plugin-wpvip`
|
|
7
|
+
Install `eslint` and `@automattic/eslint-plugin-wpvip` to your project.
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
npm install --save-dev eslint @automattic/eslint-plugin-wpvip
|
|
10
|
+
npm install --save-dev eslint @automattic/eslint-plugin-wpvip
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
If your project uses TypeScript, make sure `typescript` is installed as well.
|