storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
245 stars 52 forks source link

await-interactions: rule does not support async shorthand notation #48

Closed yannbf closed 2 years ago

yannbf commented 2 years ago

Describe the bug

The rule should not complain when using shorthand notation (where adding await is not necessary)

To Reproduce image