@fullstacksjs/eslint-config 13.2.1 → 13.2.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  ## Installation
14
14
 
15
15
  ```sh
16
- $ npm install --save-dev @fullstacksjs/eslint-config eslint prettier
16
+ npm install --save-dev @fullstacksjs/eslint-config eslint prettier
17
17
  ```
18
18
 
19
19
  ⚡️ That's it, you don't need to install any eslint-plugin! If you already have some plugins installed, please remove them.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstacksjs/eslint-config",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "license": "MIT",
5
5
  "author": "fullstacks <fullstacksjs@gmail.com>",
6
6
  "description": "fullstacks eslint config",