@storm-software/eslint 0.31.1 → 0.31.2

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 +1 -4
  2. package/package.json +1 -1
package/dist/preset.mjs CHANGED
@@ -1331,10 +1331,7 @@ function stormPreset(options = {
1331
1331
  globals: {
1332
1332
  ...globals.node,
1333
1333
  ...globals.browser,
1334
- "stormGlobal": {
1335
- "config": true,
1336
- "logger": true
1337
- }
1334
+ "stormGlobal": true
1338
1335
  }
1339
1336
  },
1340
1337
  files: [CODE_FILE],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.31.1",
3
+ "version": "0.31.2",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {