eslint-plugin-promise icon indicating copy to clipboard operation
eslint-plugin-promise copied to clipboard

Enforce best practices for JavaScript promises

Results 82 eslint-plugin-promise issues
Sort by recently updated
recently updated
newest added

### Description This is an umbrella issue for improving the documentation of eslint-plugin-promise. I would like to take the following steps: - [x] Move rule documentation to `docs/rules/{{ruleName}}.md`. This seems...

help wanted
documentation :book:

Similar to: http://bluebirdjs.com/docs/warning-explanations.html Examples: ```js Promise.resolve(1) .then(Promise.resolve(2)) // This is ignored, probably not what the developer intended .then(console.log) // 1 ``` ```js const errorHandler = console.warn; Promise.reject('Catch me if you...

enhancement
feedback-sought

**What is the purpose of this pull request?** This is phase 1 of getting eslint v9 working. The features this implements are: 1. Use the sourceCode form of `getAncestors` 1....

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 to 28.5.0. Release notes Sourced from eslint-plugin-jest's releases. v28.5.0 28.5.0 (2024-05-03) Features allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10) v28.4.0 28.4.0 (2024-05-03) Features valid-expect:...

dependencies
javascript

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 15.2.4. Release notes Sourced from lint-staged's releases. v15.2.4 Patch Changes 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies v15.2.3 Patch Changes...

dependencies
javascript

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/eslint-community/eslint-plugin-promise). ## Pending Approval These branches will be...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`7.17.0` -> `7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.17.0/7.18.0) |...

dependencies
deps:npm

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://togithub.com/lint-staged/lint-staged) | [`15.2.8` -> `15.2.9`](https://renovatebot.com/diffs/npm/lint-staged/15.2.8/15.2.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
deps:npm

:robot: I have created a release *beep* *boop* --- ## [7.1.1](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.1.0...v7.1.1) (2024-10-09) ### 🧹 Chores * **deps-dev:** bump eslint-plugin-jest from 28.6.0 to 28.8.0 ([#536](https://github.com/eslint-community/eslint-plugin-promise/issues/536)) ([80741f8](https://github.com/eslint-community/eslint-plugin-promise/commit/80741f849db526cad362cfc976c69a1df036a6c6)) * **deps-dev:** bump eslint-plugin-n from...

autorelease: pending

Adds `ignoreAssignmentVariable` as discussed in https://github.com/eslint-community/eslint-plugin-promise/pull/518#issuecomment-2260068048