E0211: missing parentheses around self-invoked function
Invoking an arrow function immediately without parentheses is a syntax error. For example:
To fix this error, add parentheses around the entire function definition, before the invocation:
Introduced in quick-lint-js version 2.4.0.