@shell-shock/eslint-plugin 0.0.84 → 0.0.85

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/dist/package.cjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.83`;Object.defineProperty(exports,"version",{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.84`;Object.defineProperty(exports,"version",{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=`0.0.83`;export{e as version};
1
+ var e=`0.0.84`;export{e as version};
2
2
  //# sourceMappingURL=package.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/eslint-plugin",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "private": false,
5
5
  "description": "An ESLint Plugin with linting rules that ensure a Shell Shock project is following the best practices.",
6
6
  "keywords": ["eslint", "eslint-plugin", "shell-shock", "storm-software"],
@@ -91,8 +91,8 @@
91
91
  "@storm-software/testing-tools": "^1.119.207",
92
92
  "@types/eslint": "^9.6.1",
93
93
  "@types/eslint__js": "^9.14.0",
94
- "@types/node": "^25.9.2",
95
- "eslint": "^9.39.4",
94
+ "@types/node": "^25.9.3",
95
+ "eslint": "^10.4.1",
96
96
  "eslint-doc-generator": "^3.6.0",
97
97
  "eslint-flat-config-utils": "^2.1.4",
98
98
  "eslint-plugin-eslint-plugin": "^7.4.0",
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": { "eslint": ">=9.39.3" },
105
105
  "peerDependenciesMeta": { "eslint": { "optional": false } },
106
106
  "publishConfig": { "access": "public" },
107
- "gitHead": "7c26148e430cd5dca15bc74320969a4656683511"
107
+ "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
108
108
  }