eslint-plugin-mgw-eslint-rules 2.3.22 → 2.3.23

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
@@ -44353,22 +44353,6 @@ var rule8 = createRule8({
44353
44353
  enum: ATTRIBUTE_CONVENTION_POSSIBLE_VALUES
44354
44354
  },
44355
44355
  minItems: 1
44356
- },
44357
- {
44358
- type: "object",
44359
- properties: {
44360
- pattern: {
44361
- type: "array",
44362
- items: {
44363
- type: "string"
44364
- },
44365
- minItems: 1,
44366
- //default: [],
44367
- description: "Patterns regex to test"
44368
- }
44369
- },
44370
- required: ["pattern"],
44371
- additionalProperties: false
44372
44356
  }
44373
44357
  ]
44374
44358
  }