Blame view

frontend/manage/src/components/VueBpmn/plugin/index.js 379 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
    configs: {
        recommended: {
            rules: {
                'hotent/target-namespace': 'error',
                'hotent/called-element-required': 'error'
            }
        },
        all: {
            rules: {
                'hotent/target-namespace': 'warn',
                'hotent/no-manual-task': 'warn'
            }
        }
    }
}