: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
no-return-await (not configured failing test) #274
Closed
nelsonic closed 8 years ago
The PR I'm working on is failing because of this test: https://travis-ci.org/dwyl/goodparts/builds/177227716#L592
At present we don't have a rule for
no-return-await
: http://eslint.org/docs/rules/no-return-awaitShould we
add
a rule? and if so, what should thevalue
be?