Skip to content

mainmatter/eslint-plugin-ember-concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 19, 2022
Oct 12, 2021
Oct 12, 2021
Oct 29, 2020
Apr 17, 2020
Apr 17, 2020
Apr 17, 2020
Oct 29, 2020
Sep 19, 2022
Jan 2, 2024
Sep 8, 2022
Oct 29, 2020
Oct 11, 2021
Jan 2, 2024
Aug 30, 2021
Jan 2, 2024

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.