@camunda/form-linting
v0.18.0
Published
Form linting for Camunda Platform
Downloads
3,713
Readme
@camunda/form-linting
The Camunda Forms linter.
Features
- creates error messages to be shown in desktop and web modeler
Usage
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);
License
MIT