eslint-plugin-ember-concurrency

0.5.1 • Public • Published

eslint-plugin-ember-concurrency

ESLint plugin for ember-concurrency

Installation

yarn add --dev eslint-plugin-ember-concurrency

Usage

// .eslintrc.js

module.exports = {
  plugins: ['ember-concurrency'],

  rules: {
    'ember-concurrency/no-perform-without-catch': 'error',
    'ember-concurrency/require-task-name-suffix': 'error',
  },
};

Rules

License

This projects is developed by and © simplabs GmbH and contributors. It is released under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-ember-concurrency

Weekly Downloads

21,490

Version

0.5.1

License

MIT

Unpacked Size

21 kB

Total Files

16

Last publish

Collaborators

  • mainmatter