@dcl/eslint-config 3.0.1-20934422079.commit-0ddc081 → 3.0.1

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.
@@ -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.1-20934422079.commit-0ddc081",
3
+ "version": "3.0.1",
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.52.0",
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.4",
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": "0ddc0811d00ecdd0b16ba00b82e689f8146a94c7"
96
+ "commit": "dc0e24c79c571226dd11fdf42ce9185fc9474761"
97
97
  }