@dcl/eslint-config 2.4.4-20934016618.commit-03e6954 → 2.4.4-20934122951.commit-94f8c1c

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 +2 -2
package/README.md CHANGED
@@ -89,7 +89,7 @@ This package publishes most tooling as **peerDependencies**. In the consumer rep
89
89
 
90
90
  > Note: some presets configure the `babel-module` resolver; if you use it, install `eslint-import-resolver-babel-module` and its peers (`@babel/core`, `babel-plugin-module-resolver`).
91
91
 
92
- ## Upgrading from v1 to v2
92
+ ## Upgrading from v2 to v3
93
93
 
94
94
  ### Breaking changes
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/eslint-config",
3
- "version": "2.4.4-20934016618.commit-03e6954",
3
+ "version": "2.4.4-20934122951.commit-94f8c1c",
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": "03e69545b9d6a9d3c329f3d6302bd32795bdd47f"
96
+ "commit": "94f8c1c507d8a35abf2c28315297338ac5673c1d"
97
97
  }