testplane
testplane copied to clipboard
Implement an ESLint plugin to prevent missing await statements and potentially other errors in the future
Contribution
- [ ] I'd be willing to implement this feature (contributing guide)
Describe the user story
No response
Describe the solution you'd like
To detect invalid code at an early stage and avoid the need to debug unhandled rejections for a long time.
We can do it:
- from our vs code extension
- with
@testplane/eslint-pluginplugin
Describe the drawbacks of your solution
No response
Describe alternatives you've considered
No response