We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9c8ad7e
async
space-before-function-paren
const foo = async(a) => await a
const foo = async (a) => await a