create-fusion-plugin/templates/plugin/index.js (3 lines of code) (raw):

// @flow /* eslint-env node */ module.exports = async function getContext(ctx /*: any*/) { return ctx; };