@dcl/eslint-config 3.0.0 → 3.0.1-21227108328.commit-dc0e24c
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/npm-package-json-lint.js +1 -1
- package/package.json +4 -4
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@^
|
|
107
|
+
yarn add -D @dcl/eslint-config@^3.0.0
|
|
108
108
|
|
|
109
109
|
# npm
|
|
110
|
-
npm install -D @dcl/eslint-config@^
|
|
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/npm-package-json-lint.js
CHANGED
|
@@ -13,7 +13,7 @@ function getInternalPackageExceptions(pkgJsonSection) {
|
|
|
13
13
|
if (!pkgJsonSection || typeof pkgJsonSection !== 'object') return []
|
|
14
14
|
|
|
15
15
|
return Object.keys(pkgJsonSection).filter(
|
|
16
|
-
name => name.startsWith('@dcl/') || name.startsWith('decentraland-')
|
|
16
|
+
name => name.startsWith('@dcl/') || name.startsWith('decentraland-') || name.startsWith('dcl-')
|
|
17
17
|
)
|
|
18
18
|
}
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/eslint-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-21227108328.commit-dc0e24c",
|
|
4
4
|
"description": "Decentraland ESLint config",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/jest": "30.0.0",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
59
|
-
"@typescript-eslint/parser": "8.
|
|
59
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
60
60
|
"eslint": "9.39.2",
|
|
61
61
|
"eslint-config-prettier": "10.1.8",
|
|
62
62
|
"eslint-import-resolver-babel-module": "5.3.2",
|
|
63
63
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
64
64
|
"eslint-plugin-autofix": "2.2.0",
|
|
65
65
|
"eslint-plugin-import": "2.32.0",
|
|
66
|
-
"eslint-plugin-prettier": "5.5.
|
|
66
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
67
67
|
"eslint-plugin-react": "7.37.5",
|
|
68
68
|
"jest": "30.2.0",
|
|
69
69
|
"npm-package-json-lint": "9.1.0",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"engines": {
|
|
94
94
|
"node": ">=18.18.0"
|
|
95
95
|
},
|
|
96
|
-
"commit": "
|
|
96
|
+
"commit": "dc0e24c79c571226dd11fdf42ce9185fc9474761"
|
|
97
97
|
}
|