文件名称:eslint-plugin-ember-concurrency:针对ember-concurrency用户的ESLint插件
文件大小:116KB
文件格式:ZIP
更新时间:2024-02-25 18:02:40
ember eslint eslint-plugin ember-concurrency EmberJavaScript
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' , } , } ; 规则 –防止
【文件预览】:
eslint-plugin-ember-concurrency-master
----index.js(286B)
----renovate.json(338B)
----.release-it.js(320B)
----package.json(743B)
----.github()
--------workflows()
----RELEASE.md(2KB)
----.npmignore(2KB)
----.eslintrc.js(252B)
----rules()
--------no-perform-without-catch.md(879B)
--------no-native-promise-helpers.md(917B)
--------require-task-name-suffix.md(487B)
--------require-task-name-suffix.js(2KB)
--------no-native-promise-helpers.test.js(4KB)
--------no-native-promise-helpers.js(1KB)
--------require-task-name-suffix.test.js(2KB)
--------no-perform-without-catch.js(1KB)
--------no-perform-without-catch.test.js(1KB)
----LICENSE.md(1KB)
----.gitignore(2KB)
----CHANGELOG.md(2KB)
----.prettierrc.js(139B)
----README.md(1KB)
----yarn.lock(250KB)