zxf-pm/zxf-ui/bpmnlint-plugin-local/index.js

15 lines
231 B
JavaScript
Raw Normal View History

2023-05-19 08:34:24 +00:00
module.exports = {
configs: {
recommended: {
rules: {
'target-namespace': 'error'
}
},
all: {
rules: {
'target-namespace': 'warn',
'no-manual-task': 'warn'
}
}
}
}