@storm-software/eslint 0.169.69 → 0.169.70

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.69",
3
+ "version": "0.169.70",
4
4
  "type": "module",
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -164,8 +164,8 @@
164
164
  "@eslint/eslintrc": "^3.3.3",
165
165
  "@eslint/markdown": "^6.6.0",
166
166
  "@nx/eslint-plugin": "^22.2.3",
167
- "@storm-software/config": "^1.134.68",
168
- "@storm-software/config-tools": "^1.188.68",
167
+ "@storm-software/config": "^1.134.69",
168
+ "@storm-software/config-tools": "^1.188.69",
169
169
  "@stylistic/eslint-plugin": "^4.4.1",
170
170
  "@typescript-eslint/eslint-plugin": "^8.49.0",
171
171
  "@typescript-eslint/parser": "^8.49.0",
@@ -241,5 +241,5 @@
241
241
  },
242
242
  "publishConfig": { "access": "public" },
243
243
  "sideEffects": false,
244
- "gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
244
+ "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
245
245
  }