@storm-software/eslint 0.28.1 → 0.29.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 +2 -2
  2. package/package.json +1 -1
package/dist/preset.mjs CHANGED
@@ -1288,7 +1288,6 @@ function stormPreset(options = {
1288
1288
  "no-undef": 0,
1289
1289
  "no-unused-expressions": 0,
1290
1290
  "padded-blocks": 0,
1291
- "@typescript-eslint/no-unused-vars": 0,
1292
1291
  "no-empty-pattern": 0,
1293
1292
  "no-redeclare": 0,
1294
1293
  "no-import-assign": 0,
@@ -1363,7 +1362,8 @@ function stormPreset(options = {
1363
1362
  }
1364
1363
  ]
1365
1364
  }
1366
- ]
1365
+ ],
1366
+ "unicorn/prefer-logical-operator-over-ternary": "warn"
1367
1367
  }
1368
1368
  },
1369
1369
  // Json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.28.1",
3
+ "version": "0.29.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": {