@storm-software/eslint 0.98.0 → 0.99.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 -3
  2. package/package.json +1 -1
package/dist/preset.mjs CHANGED
@@ -13113,9 +13113,9 @@ function getStormConfig(options = {
13113
13113
  ...globals.browser,
13114
13114
  ...globals.node,
13115
13115
  "window": "readonly",
13116
- "STORM_ENV_CONTEXT": "readonly",
13117
- "STORM_ENV_CONTEXT_PUBLIC": "readonly",
13118
- "__STORM_INJECTION_STORE__": "readonly"
13116
+ "STORM_ENV": "readonly",
13117
+ "STORM_ENV_PUBLIC": "readonly",
13118
+ "__STORM_INJECTION__": "readonly"
13119
13119
  },
13120
13120
  parserOptions: {
13121
13121
  projectService: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.98.0",
3
+ "version": "0.99.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": {