Form linting for Camunda Platform
npm install @camunda/form-lintingThe Camunda Forms linter.
* creates error messages to be shown in desktop and web modeler
``javascript
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