eslint-plugin-jest 28.10.1 → 28.11.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.
@@ -56,7 +56,7 @@ This rule is enabled by default.
56
56
  },
57
57
  minArgs: {
58
58
  type: 'number',
59
- minimum: 1,
59
+ minimum: 0,
60
60
  },
61
61
  maxArgs: {
62
62
  type: 'number',
@@ -96,7 +96,7 @@ var _default = exports.default = (0, _utils2.createRule)({
96
96
  },
97
97
  minArgs: {
98
98
  type: 'number',
99
- minimum: 1
99
+ minimum: 0
100
100
  },
101
101
  maxArgs: {
102
102
  type: 'number',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-jest",
3
- "version": "28.10.1",
3
+ "version": "28.11.0",
4
4
  "description": "ESLint rules for Jest",
5
5
  "keywords": [
6
6
  "eslint",