-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
chore: minor typos #359
chore: minor typos #359
Conversation
@@ -20,7 +20,7 @@ ruleTester.run('no-promise-in-callback', rule, { | |||
// arrow functions and other things | |||
'go(() => Promise.resolve(4))', | |||
'go((errrr) => a.then(b))', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why the testing was unhappy when I tried changing this to err/error/errr
, but I reverted it
Message:
Should have no errors but had 1: [
{
ruleId: 'no-promise-in-callback',
severity: 1,
message: 'Avoid using promises inside of callbacks.',
line: 1,
column: 13,
nodeType: 'MemberExpression',
endLine: 1,
endColumn: 19
}
]
Co-authored-by: Yosuke Ota <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
🎉 This PR is included in version 6.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cease and desist
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Used cSpell to find a few minor typos