dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

require-await #277

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

https://travis-ci.org/dwyl/goodparts/builds/180930218#L698

require-await-error

http://eslint.org/docs/rules/require-await

iteles commented 7 years ago

Implemented. Can this be closed?

nelsonic commented 7 years ago

@iteles it's only "implemented" in that it's set to "off" given that we aren't using async ... but yeah, we can close the issue. 👍