Open kkocel opened 3 years ago
When having following code:
const expressApp: Express = express().use(bodyParser.json()); expressApp.post("/fulfillment", app);
and running it in eslint I get:
eslint
error Promise returned in function argument where a void return was expected @typescript-eslint/no-misused-promises
When having following code:
and running it in
eslint
I get: