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

no-return-await (not configured failing test) #274

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

The PR I'm working on is failing because of this test: https://travis-ci.org/dwyl/goodparts/builds/177227716#L592 goodparts-test-fails

At present we don't have a rule for no-return-await: http://eslint.org/docs/rules/no-return-await

Should we add a rule? and if so, what should the value be?

I'm leaning towards putting it in rules/es6.js and setting it to null in the test/fixtures/es6.js ... anyone have thoughts/objections?

nelsonic commented 7 years ago

Rule added by #276