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.
package/dist/index.js CHANGED
@@ -6076,6 +6076,11 @@ var require_test_coverage_default = createRule({
6076
6076
  type: "string",
6077
6077
  enum: ["error", "warn", "off"],
6078
6078
  description: "Severity for chunk coverage check"
6079
+ },
6080
+ minStatements: {
6081
+ type: "number",
6082
+ minimum: 0,
6083
+ description: "Files with fewer statements are exempt from coverage requirements"
6079
6084
  }
6080
6085
  },
6081
6086
  additionalProperties: false