eslint plugin ember concurrency:针对ember concurrency用户的ESLint插件 源码

rhythmic5200 12 0 ZIP 2021-02-09 00:02:53

eslint插件ember并发 用于插件 安装 yarn add --dev eslint-plugin-ember-concurrency 用法 // .eslintrc.js module . exports = { plugins : [ 'ember-concurrency' ] , rules : { 'ember-concurrency/no-perform-without-catch' : 'error' , 'ember-concurrency/require-task-name-suffix' : 'error' , } , } ; 规则 –防止

用户评论
请输入评论内容
评分:
暂无评论