@storm-software/eslint 0.97.1 → 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 -1
- package/package.json +1 -1
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
|
-
"
|
|
13116
|
+
"STORM_ENV": "readonly",
|
|
13117
|
+
"STORM_ENV_PUBLIC": "readonly",
|
|
13118
|
+
"__STORM_INJECTION__": "readonly"
|
|
13117
13119
|
},
|
|
13118
13120
|
parserOptions: {
|
|
13119
13121
|
projectService: true,
|
package/package.json
CHANGED