UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

20 lines (19 loc) 288 B
module.exports = { endOfLine: 'lf', jsxSingleQuote: true, overrides: [ { files: ['*.yaml', '*.yml'], options: { singleQuote: false, tabWidth: 2, useTabs: false, }, }, ], semi: false, singleQuote: true, tabWidth: 4, trailingComma: 'es5', useTabs: true, }