@dcl/eslint-config 2.4.4-20934122951.commit-94f8c1c → 3.0.1-20934422079.commit-0ddc081

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -104,10 +104,10 @@ This package publishes most tooling as **peerDependencies**. In the consumer rep
104
104
 
105
105
  ```sh
106
106
  # Yarn
107
- yarn add -D @dcl/eslint-config@^2.0.0
107
+ yarn add -D @dcl/eslint-config@^3.0.0
108
108
 
109
109
  # npm
110
- npm install -D @dcl/eslint-config@^2.0.0
110
+ npm install -D @dcl/eslint-config@^3.0.0
111
111
  ```
112
112
 
113
113
  2. **Install peer dependencies** (if not already present):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/eslint-config",
3
- "version": "2.4.4-20934122951.commit-94f8c1c",
3
+ "version": "3.0.1-20934422079.commit-0ddc081",
4
4
  "description": "Decentraland ESLint config",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -93,5 +93,5 @@
93
93
  "engines": {
94
94
  "node": ">=18.18.0"
95
95
  },
96
- "commit": "94f8c1c507d8a35abf2c28315297338ac5673c1d"
96
+ "commit": "0ddc0811d00ecdd0b16ba00b82e689f8146a94c7"
97
97
  }