The Camunda Forms linter.
- creates error messages to be shown in desktop and web modeler
import { FormLinter } from '@camunda/form-linting';
// lint by passing the form definition, in string format or as an object
const reports = await FormLinter.lint(formDefinition);
MIT