@storm-software/eslint 0.29.0 → 0.30.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 -1
  2. package/package.json +1 -1
package/dist/preset.mjs CHANGED
@@ -1363,7 +1363,8 @@ function stormPreset(options = {
1363
1363
  ]
1364
1364
  }
1365
1365
  ],
1366
- "unicorn/prefer-logical-operator-over-ternary": "warn"
1366
+ "unicorn/prefer-logical-operator-over-ternary": "warn",
1367
+ "class-methods-use-this": "off"
1367
1368
  }
1368
1369
  },
1369
1370
  // Json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.29.0",
3
+ "version": "0.30.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": {