When I run eslint on a component source with its name property set to a var, I get the error:
TypeError: Cannot read property 'startsWith' of undefined
For example,
const EVENT_SOURCE_NAME = "New Issue (Instant)";
module.exports = {
type: "source",
name: EVENT_SOURCE_NAME,
See this Slack thread for additional context.