Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enforce airbnb-base no-return-await intention #279

Merged
merged 1 commit into from Mar 10, 2022
Merged

fix: Enforce airbnb-base no-return-await intention #279

merged 1 commit into from Mar 10, 2022

Conversation

lotap
Copy link
Contributor

@lotap lotap commented Mar 9, 2022

The value for no-return-await from airbnb was being incorrectly mapped to return-await (https://typescript-eslint.io/rules/return-await/)

This was effectively linting the opposite of what it should and forcing the code to always add await to the return instead of disallowing it.

@iamturns iamturns merged commit 71f3e59 into iamturns:master Mar 10, 2022
@iamturns
Copy link
Owner

Thanks @lotap 👍

@iamturns
Copy link
Owner

🎉 This PR is included in version 16.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Mar 18, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) | devDependencies | patch | [`16.1.0` -> `16.1.1`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-typescript/16.1.0/16.1.1) |

---

### Release Notes

<details>
<summary>iamturns/eslint-config-airbnb-typescript</summary>

### [`v16.1.1`](https://github.com/iamturns/eslint-config-airbnb-typescript/releases/v16.1.1)

[Compare Source](iamturns/eslint-config-airbnb-typescript@v16.1.0...v16.1.1)

##### Bug Fixes

-   match return-await behavior to airbnb-base ([#&#8203;279](iamturns/eslint-config-airbnb-typescript#279)) ([71f3e59](iamturns/eslint-config-airbnb-typescript@71f3e59))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1215
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants