0.5.1 • Published 3 years ago

eslint-plugin-ember-concurrency v0.5.1

Weekly downloads
2,463
License
MIT
Repository
github
Last release
3 years ago

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.

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago