@storm-software/eslint 0.97.0 → 0.98.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.
Files changed (2) hide show
  1. package/dist/preset.mjs +3 -1
  2. package/package.json +5 -5
package/dist/preset.mjs CHANGED
@@ -13113,7 +13113,9 @@ function getStormConfig(options = {
13113
13113
  ...globals.browser,
13114
13114
  ...globals.node,
13115
13115
  "window": "readonly",
13116
- "Storm": "readonly"
13116
+ "STORM_ENV_CONTEXT": "readonly",
13117
+ "STORM_ENV_CONTEXT_PUBLIC": "readonly",
13118
+ "__STORM_INJECTION_STORE__": "readonly"
13117
13119
  },
13118
13120
  parserOptions: {
13119
13121
  projectService: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.97.0",
3
+ "version": "0.98.0",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -51,8 +51,8 @@
51
51
  "monorepo"
52
52
  ],
53
53
  "peerDependencies": {
54
- "@nx/eslint": ">=20.0.6",
55
- "@nx/eslint-plugin": ">=20.0.6",
54
+ "@nx/eslint": "^20.2.2",
55
+ "@nx/eslint-plugin": "^20.2.2",
56
56
  "eslint": "9.5.0",
57
57
  "graphql": ">=16.9.0"
58
58
  },
@@ -104,8 +104,8 @@
104
104
  },
105
105
  "devDependencies": {
106
106
  "@eslint/config-inspector": "^0.5.1",
107
- "@nx/eslint": "20.0.6",
108
- "@nx/eslint-plugin": "20.0.6",
107
+ "@nx/eslint": "^20.2.2",
108
+ "@nx/eslint-plugin": "^20.2.2",
109
109
  "@types/eslint": "^8.56.10",
110
110
  "@types/eslint__js": "^8.42.3",
111
111
  "@types/node": "^22.4.0",