@dcl/eslint-config 2.4.4-20934016618.commit-03e6954 → 3.0.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 +1 -1
- 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
|
|
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": "
|
|
3
|
+
"version": "3.0.0",
|
|
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": "
|
|
96
|
+
"commit": "94f8c1c507d8a35abf2c28315297338ac5673c1d"
|
|
97
97
|
}
|