uilint-eslint 0.2.78 → 0.2.79

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.
@@ -1637,6 +1637,11 @@ var require_test_coverage_default = createRule({
1637
1637
  type: "string",
1638
1638
  enum: ["error", "warn", "off"],
1639
1639
  description: "Severity for chunk coverage check"
1640
+ },
1641
+ minStatements: {
1642
+ type: "number",
1643
+ minimum: 0,
1644
+ description: "Files with fewer statements are exempt from coverage requirements"
1640
1645
  }
1641
1646
  },
1642
1647
  additionalProperties: false