accurat / accurapp

Create JS apps with flexible build configuration, tailored for the specific needs of Accurat
MIT License
21 stars 5 forks source link

eslint-accurapp: forbid generators without yield and async without await #56

Closed caesarsol closed 5 years ago

caesarsol commented 5 years ago

This would help catching bugs!

marcofugaro commented 5 years ago

Eslint rule?

caesarsol commented 5 years ago

to be searched or created :D

it should be easy with https://astexplorer.net/, any volunteer?

caesarsol commented 5 years ago

Found 'em!

https://eslint.org/docs/rules/require-yield https://eslint.org/docs/rules/require-await