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

feat(typescript): add 'ts/promise-function-async' to type aware rule #511

Merged
merged 1 commit into from
Jun 28, 2024
Merged

feat(typescript): add 'ts/promise-function-async' to type aware rule #511

merged 1 commit into from
Jun 28, 2024

Conversation

ryoppippi
Copy link
Contributor

This commit introduces a new rule 'ts/promise-function-async' to the TypeScript configuration. This rule enforces the use of async keyword when a function returns a Promise.

https://typescript-eslint.io/rules/promise-function-async

Description

Linked Issues

Additional context

This commit introduces a new rule 'ts/promise-function-async' to the
TypeScript configuration. This rule enforces the use of async keyword
when a function returns a Promise.
Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for melodious-froyo-4871f8 ready!

Name Link
🔨 Latest commit fa123d4
🔍 Latest deploy log https://app.netlify.com/sites/melodious-froyo-4871f8/deploys/667219d7fb247d0008e0e3a5
😎 Deploy Preview https://deploy-preview-511--melodious-froyo-4871f8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@antfu antfu merged commit e7cd2bf into antfu:main Jun 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants