UNPKG

@nocobase/plugin-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

16 lines (15 loc) 302 B
{ "rules": { "eol-last": ["error", "always"], "quotes": ["error", "single"], "semi": ["error", "always"] }, "overrides": [ { "files": ["test/**.js"], "parserOptions": { "ecmaVersion": 6 } } ] }