Skip to content

mainmatter/eslint-plugin-ember-concurrency

Repository files navigation

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 © Mainmatter GmbH and contributors. It is released under the MIT License.