diff --git a/eslint.config.mjs b/eslint.config.mjs index f9b080fd..cf4535ea 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -20,6 +20,8 @@ export default [ { ignores: files.ignored }, + + // build ...bpmnIoPlugin.configs.node.map(config => { return { @@ -27,6 +29,8 @@ export default [ files: files.build }; }), + + // lib + test ...bpmnIoPlugin.configs.browser.map(config => { return { @@ -34,6 +38,8 @@ export default [ ignores: files.build }; }), + + // test ...bpmnIoPlugin.configs.mocha.map(config => { return {