@camunda/linting 3.27.2 → 3.28.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.
@@ -73,7 +73,8 @@ const rules = {
73
73
  "camunda-compat/user-task-definition": "warn",
74
74
  "camunda-compat/user-task-form": "error",
75
75
  "camunda-compat/version-tag": "error",
76
- "camunda-compat/wait-for-completion": "error"
76
+ "camunda-compat/wait-for-completion": "error",
77
+ "camunda-compat/zeebe-user-task": "error"
77
78
  };
78
79
 
79
80
  const config = {
@@ -267,4 +268,8 @@ cache['bpmnlint-plugin-camunda-compat/version-tag'] = rule_43;
267
268
 
268
269
  import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
269
270
 
270
- cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_44;
271
+ cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_44;
272
+
273
+ import rule_45 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/zeebe-user-task';
274
+
275
+ cache['bpmnlint-plugin-camunda-compat/zeebe-user-task'] = rule_45;