@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.
- package/dist/preset.mjs +3 -3
- 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
|
-
"
|
|
13117
|
-
"
|
|
13118
|
-
"
|
|
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